/*page margins format*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

/* page text format*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/*text format bold italic dark blue*/
.headings {
	color: #666699;
	font-weight: bold;
	font-style: italic;	
}

.headingsL {
	color: #666699;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}

.smallerfont {
	font-size: x-small;
}

.noticefont {
	font-size: 15px;
	color: #FF0000;
	font-weight: bold;
}

/*hyperlinks blue and orange*/
a:link {
	/*color: #507587;*/
	color: #666699;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
a:visited {
	color: #666699;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
a:hover {
	color: #FEBC04;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
a:active {
	color: #666699;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

/* hyperlinks black and orange
a.dark:link {
	color: #000000;
	text-decoration: none;
	font-size: small;
}
a.dark:visited {
	color: #000000;
	text-decoration: none;
	font-size: small;
}
a.dark:hover {
	color: #000000;
	text-decoration: none;
	font-size: small;
}
a.dark:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: small;
}*/

/*side tile format.tileside {
	background-image: url(../images/tileside.gif);
	background-repeat: repeat-y;
	background-position: left top;
}*/


/*.tiletop {
	background-image: url(../images/tileblue.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}*/

/*white logo watermark position format
.logowatermark {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image:  url(../images/logo2t.jpg);
}*/
.bluevboldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #507587;
}
.tilebanner {
	background-image: url(../images/usabanner.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.tdorange {
	background-color: #FEBCO4;
}
