/* PAGE STYLE */
/* --- The basics to control universal font style, etc. --- */

html, body, td {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	color:#000000;
	
	scrollbar-3dlight-color:#cccccc;
	scrollbar-arrow-color:#666666;
	scrollbar-base-color:#ffffff;
	scrollbar-darkshadow-color:#cccccc;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#cccccc;
	scrollbar-shadow-color:#eeeeee;
	scrollbar-track-color:#ffffff;
}


/* TEXT STYLE */
/* --- This is a starter set.  Add any other tags needing style set on them --- */

a:link, a:visited {
	text-decoration:none;
	color:#000099;
}

a:hover {
	text-decoration:none;
	color:#E72414;
}

a:link {color:#000099; text-decoration:none;}
a:visited {color:#000099; text-decoration:none;}
a:hover {color:#000099; text-decoration:none;}
a:active {color:##FFFF99; text-decoration:none;}

a:link.sidemenu {color: #000099;text-decoration: none;font-weight: bold; font-size: 8pt;}
a:visited.sidemenu {color: #000099;text-decoration: none;font-weight: bold; font-size: 8pt;}
a:hover.sidemenu {color: #CC0000;text-decoration: none;font-weight: bold; font-size: 8pt;}
a:active.sidemenu {color: #CC0000;text-decoration: none;font-weight: bold; font-size: 8pt;}

H1 {
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000080;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #003399;
}


/* SPECIAL TEXT STYLE */
/* --- These classes NEED set-up with ".txt-" infront of them and will show in the RTE --- */

.heading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #003399;
}

.calendar {
	font-size:.78em;
	color:#000000;
}

.txt-sub {
	font-size:.9em;
	color:#000000;
	font-weight:bold;
}

.txt-small {
	font-size:.78em;
	color:#000000;
}

.txt-bold-red {
	font-size: 1em;
	color: #E72414;
	font-style:normal;
	font-family: Trajan, Arial, Geneva, Verdana, sans-serif;
	font-weight: bold;
}

.boldred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;


/* SPECIAL PAGE STYLE */
/* --- this would be for <div>, etc with background, etc. set on them --- */

img {
	border:none;
}




