/* CSS STYLE SHEET FOR START USE ON ALL WEBSITES
   FONT: VERDANA, ARIAL, HELVETICA, SANS-SERIF */

/* BODY FONTS, SCROLLBARS, MARGINS, BACKGROUND */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

body {
	scrollbar-face-color: #666666;
    scrollbar-shadow-color: #000000;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #666666;
    scrollbar-darkshadow-color: #999999;
    scrollbar-track-color: #cccccc;
    scrollbar-arrow-color: #FFFFFF;
	
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

P.breakhere {page-break-before: always}

/* LINKS */
a:link {
	color: #0000CC;
	font-family: Verdana; /* Verdana, Arial, Helvetica, sans-serif; */
	font-size: 10px;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0000CC;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: underline;
	color: #0000CC;
}

/* WHITE FONTS */
.fontwhite10 {
	font-size: 10px;
	color: #FFFFFF;
}
.fontwhite12 {
	font-size: 12px;
	color: #FFFFFF;
}
.fontwhite14 {
	font-size: 14px;
	color: #FFFFFF;
}
.fontwhite16 {
	font-size: 16px;
	color: #FFFFFF;
}

/* BLACK FONTS */
.fontblack10 {
	font-size: 10px;
	color: #000000;
}
.fontblack12 {
	font-size: 12px;
	color: #000000;
}
.fontblack14 {
	font-size: 14px;
	color: #000000;
}
.fontblack16 {
	font-size: 16px;
	color: #000000;
}

/* RED FONTS */
.fontred10 {
	font-size: 10px;
	color: #990000;
}
.fontred12 {
	font-size: 12px;
	color: #990000;
}
.fontred14 {
	font-size: 14px;
	color: #990000;
}
.fontred16 {
	font-size: 16px;
	color: #990000;
}

/* GREY FONTS */
.fontgrey10 {
	font-size: 10px;
	color: #666666;
}
.fontgrey12 {
	font-size: 12px;
	color: #666666;
}
.fontgrey14 {
	font-size: 14px;
	color: #666666;
}
.fontgrey16 {
	font-size: 16px;
	color: #666666;
}

/* BLUE FONTS */
.fontblue10 {
	font-size: 10px;
	color: #0000CC;
}
.fontblue12 {
	font-size: 12px;
	color: #0000CC;
}
.fontblue14 {
	font-size: 14px;
	color: #0000CC;
}
.fontblue16 {
	font-size: 16px;
	color: #0000CC;
}

/* TEXT BOXES */
.txtbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E8E9EE;
	margin: 1px;
	padding: 1px;
	border: 1px solid #000000;
}

.formhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #F1F3F3;
	border: 1px dashed #666666;
}
.tablehead {
	background-color: #D7DFE3;
	margin: 3px;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	font-weight: bold;
}
.tableheadwhite {
	background-color: #D7DFE3;
	margin: 3px;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	font-weight: bold;
	color: #FFFFFF;
}
.tableodd {
	background-color: #F3F7F8;
	margin: 3px;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.tableeven {
	background-color: #F7F7F0;
	margin: 3px;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 200px;
	width: 250px;
}

