/*cope with inheritance bugs*/
body, table, th, td{
color:#003366;
font-size: x-small;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*body specific*/
body{
background-color:#ffffff;
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;
}

form{
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;
}

a:link{
color:#009999;
font-size:x-small;
text-decoration:none;
}

a:visited{
color:#999999;
font-size:x-small;
text-decoration:none;
}

a:hover{
color:#000000;
font-size:x-small;
text-decoration:underline;
}

a:active{
color:#009999;
font-size:x-small;
text-decoration:none;
}

li{
color:#010178;
list-style-type:square;
}

ol{
color:#010178;
}

ul{
color:#010178;
list-style-type:square;
}

H1, H2, H3, H4, H5, H6 {
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

SELECT {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.actCHECKOUTEM {background-color:#009999;}
.actCHECKOUTBG {background-color:#eeeeee;}

.actlarger{
font-size: larger;
color:#010178;
}

.actsmaller{
font-size: smaller;
color:#010178;
}

.actxxsmall{font-size:xx-small;color:#010178;}
.actxsmall{font-size:x-small;color:#010178;}
.actsmall{font-size:small;color:#010178;}
.actregular{font-size:medium;color:#010178;}
.actlarge{font-size:large;color:#010178;}
.actxlarge{font-size:x-large;color:#010178;}
.actxxlarge{font-size:xx-large;color:#010178;}

.actwarningcolor{color:#000000;}
.actrequiredcolor{color:#000000;}
.actsearchhighlightcolor{color:#ffff00;}
.actrequired{color:#000000;}
.actwarning{font-size:x-large;color:#000000;}
.actwelcome{font-size:medium;color:#010178;}

.actlogotext {font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: x-small; color: #D9090E; font-style: normal; font-weight: bold; text-align: center}
.actlogout{font-size:x-small;color:#009999;}

.mainHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-style: normal;
	font-weight: bold;
	color: #003399;
}
.mainHeadingRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-style: normal;
	font-weight: bold;
	color: #e82c3a;
}
.mediumHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-style: normal;
	font-weight: normal;
	color: #1e3a75;
}
.outerTable {
	border-top-color: #CC3333;
	border-right-color: #CC3333;
	border-bottom-color: #CC3333;
	border-left-color: #CC3333;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-bottom-width: 2px;
	background:#ffffff
	}
	
