/*cope with inheritance bugs*/
body, table, th, td{
color:#000000;
font-size: x-small;
font-family: Arial, Helvetica, sans-serif;
}

/*body specific*/
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

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:#000000;
list-style-type:square;
}

ol{
color:#000000;
}

ul{
color:#000000;
list-style-type:square;
}

h1 {
	margin: 0px;
	margin-bottom: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #1E681E;
}

H2, H3, H4, H5, H6 {
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p {
	margin: 0px;
	margin-bottom: 5px;
}

SELECT {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.actCHECKOUTEM {background-color:#009999;}
.actCHECKOUTBG {background-color:#eeeeee;}

.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:small;color:#000000;}
.actregular{font-size:medium;color:#000000;}
.actlarge{font-size:large;color:#000000;}
.actxlarge{font-size:x-large;color:#000000;}
.actxxlarge{font-size:xx-large;color:#000000;}

.actwarningcolor{color:#ff3300;}
.actrequiredcolor{color:#ff3300;}
.actsearchhighlightcolor{color:#ff0000;}
.actrequired{color:#ff3300;}
.actwarning{font-size:x-large;color:#ff3300;}
.actwelcome{font-size:medium;color:#000000;}

.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;}









#all {
	width: 771px;
	border: 1px solid #333333;
}

/* START HEADER */

#header {
	background-image: url(top-bgd.gif);
                height:49px;
}

.top-navigation {
	float: right;
	margin-top: 22px;
	margin-right: 10px;
}

.top-navigation a {
	color: Black;
	font-size: x-small;
	text-decoration: none;
}

.top-navigation a:hover {
	color: #C30013;
	text-decoration: underline;
}

/* END HEADER */

/* START MAIN */

#main-table-area {
	
}

.main-area {
	background-image: url(main-bgd.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: left;
	padding: 10px;
	padding-bottom: 30px;
}

/* END MAIN */

/* START NAVIGATION */

.navigation {
	background-color: #BDBDBD;
	width: 165px;
	text-align: left;
}

.navigation a {
	display: block;
	color: black !important;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #BDBDBD;
	font-weight: bold;
}

.navigation a:hover, .navigation a.sub:hover {
	color: White !important;
	text-decoration: none;
	background-color: #464646;
}

.navigation a.sub {
	display: block;
	color: black;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 25px;
	background-color: #BDBDBD;
	font-weight: normal;
}

/* END NAVIGATION */

/* START FOOTER */

#footer {
	height: 136px;
	background-image: url(base-bgd.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

/* END FOOTER */

/* START GENERAL */

div {
	margin: 0px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.slashed {
    text-decoration: line-through;
    font-weight: bold;
    font-size: small;
    color: red;
}

/* END GENERAL */



