/* Color Schemes
003366 -- dark blue
a9c4d5 / f6f6f6 -- light blue !!FILLER!!
ff9933 -- orange !!FILLER!!
555555 -- black

*/
body {
	background-color: #dddddd;
	color: #000000;
	margin: 0px;
        right-margin: 0;
        leftmargin: 0;
        topmargin: 0;
        marginwidth: 0;
        marginheight: 0;
	font-family: Tahoma;
	font-size: 10px;
        link: #225588;
        vlink: #225588;
        alink: #225588;
}
/*	scrollbar-3d-light-color: #888888;
	scrollbar-arrow-color: #2A5A8A;
	scrollbar-base-color: #BDCEBB;
	scrollbar-dark-shadow-color: #888888;
	scrollbar-face-color: #E3EBE2;
	scrollbar-highlight-color:#bbbbbb;
	scrollbar-shadow-color: #BDCEBB;
*/

/*- Fonts ------------------- */
.darkfont { color: #003366; font-family: Tahoma; font-size: 11px} 
.errorfont { color: #ff0000; font-family: Tahoma; font-size: 10px} 
.boldfont { color: #333333; font-family: Tahoma; font-weight: bold; font-size: 12px} 
.titlefont { color: #333333; font-family: Tahoma; font-weight: bold; font-size: 14px} 
.whitefont { color: #ffffff; font-family: Tahoma; font-size: 10px} 
.blackfont { color: #000000; font-family: Tahoma; font-size: 10px}




/*- Links ------------------- */
a.standardLink { color: #003366; text-decoration: underline; font-family: Tahoma; font-size: 10px } 
a.standardLink:hover { color: #ff9933; text-decoration: none; font-family: Tahoma; font-size: 10px} 
a.menuLink { color: #333333; text-decoration: none; font-family: Tahoma; font-weight: bold; font-size: 12px} 
a.menuLink:hover { color: #ff9933; text-decoration: none; font-family: Tahoma; font-size: 12px}
a.tmenuLink { color: #003366; text-decoration: none; font-family: Tahoma; font-weight: bold; font-size: 11px} 
a.tmenuLink:hover { color: #ff9933; text-decoration: none; font-family: Tahoma; font-size: 11px}





/*- Tables ------------------- */
.form {  font-size: 10px; width: 90px; border-color: #dddddd #dddddd #dddddd #dddddd; border-style: solid; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px}
.textarea {  font-size: 12px; width: 250px; height: 100px; overflow: hidden; border-color: #dddddd #dddddd #dddddd #dddddd; border-style: solid; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px}

.rss font { color: #003366; font-family: Tahoma; font-size: 11px; font-weight: normal; }
.rss a { color: #003366; text-decoration: none; font-family: Tahoma; font-weight: bold; font-size: 11px; font-weight: bold; }
.rss a:hover { color: #ff9933; text-decoration: none; font-family: Tahoma; font-size: 11px; font-weight: bold; }

