/*cope with inheritance bugs*/
body, table, th, td{
	color:#000000;
	font-size: x-small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*body specific*/
body{
background-color:#ffffff;
background-image:url(bg1.gif);
margin-top:20px;
margin-right:5px;
margin-bottom:5px;
margin-left:5px;
}

a:link{
	color: Black;
	font-size: x-small;
	text-decoration:none;
}

a:visited{
	color: #967341;
	font-size: x-small;
	text-decoration:none;
}

a:hover{
	color: Maroon;
	font-size: x-small;
	text-decoration:none;
}

a:active{
	color: Gray;
	font-size: x-small;
	text-decoration:none;
}

li{
color:#000000;
list-style-type:square;
}

ol{
color:#000000;
}

ul{
color:#000000;
list-style-type:square;
}

H1, H2, H3, H4, H5, H6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.actCHECKOUTEM {background-color:#ebebd6;}
.actCHECKOUTBG {background-color:#ffffff;}

.actlarger{
font-size: larger;
color:#000000;
}

.actsmaller{
font-size: smaller;
color:#000000;
}

.actxxsmall{
	font-size: xx-small;
	color:#000000;
}
.actxsmall{
	font-size: x-small;
	color:#000000;
}
.actsmall{
	font-size: x-small;
	color:#000000;
}
.actregular{
	font-size: x-small;
	color:#000000;
}
.actlarge{
	font-size: small;
	color:#000000;
}
.actxlarge{
	font-size: small;
	color:#000000;
}
.actxxlarge{
	font-size: small;
	color:#000000;
}

.actwarningcolor{color:#ff0000;}
.actrequiredcolor{color:#ff0000;}
.actrequired{
	font-size: x-small;
	color:#ff0000;
}
.actwarning{
	font-size: small;
	color:#ff0000;
}
.actwelcome{
	font-size: small;
	color:#ffffff;
}

.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:#000000;}
