/* CSS Document */
/**************************** IMPORTANT!! ****************************/
/* The HTML script to attach this sheet to the page is listed below. */
/* To use it simply copy it into the header of the page, between the */
/* <HEAD> tags.  HOWEVER, be sure to use the right route to this     */
/* style sheet!!!!  If the webpage is in the main directory, simply  */
/* use the tag below.  However, if the page is in a directory within */
/* the main directory - e.g. it is in the 'About Us' folder - you    */
/* must prepend "../" to the beginning of "main.css". Do this for    */
/* each folder that the page is in. Therefore, for pages in the      */
/* 'About Us' folder, use "../main.css" for the href.  If there was  */
/* another folder within the 'About Us' folder, you would use        */
/* "../../main.css" for the href for the pages in that folder.       */
/*                                                                   */
/*                                                                   */
/* Here's the basic tag:                                             */
/*         <link rel="stylesheet" type="text/css" href="main.css" /> */
/*===================================================================*/

/**************************** TEXT STYLES ****************************/
/***** Tahoma Styles ******/       
.tah9 {
	font-family: Tahoma;
	font-size: 9px;
	text-decoration: none;
	color: #ffffff;
}
.tah10 {
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
	color: #ffffff;
}
.tah11 {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
}
.black_tah11 {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
.tah12 {
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
}


/***** Verdana Styles *****/
.ver9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #ffffff;
}
.ver10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #ffffff;
}
.ver11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
}

/***** Arial Styles *****/
.ar12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
/*===================================================================*/

/****************************** TABLES ******************************/

/*===================================================================*/

/******************************* LINKS *******************************/
a:link {color: #66CCFF}     /* unvisited link */
a:visited {color: #CCCCFF}  /* visited link */
/*===================================================================*/

/******************************* MISC *******************************/
img {
	border: none;
}

.bgtop {
	background-repeat: no-repeat;
	background-position: top;
}
/*===================================================================*/
