/* CSS Document */

body,td,th {
	color: #111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #203441;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #006666;
}
a:visited {
	color: #004848;
}
a:hover {
	color: #006699;
}
a:active {
	color: #006699;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #203441;
}
h2 {
	font-size: 14px;
	color: #3C505F;
}
h3 {
	font-size: 14px;
	color: #666666;
}
.style1 {color: #FFFFFF}
.style2 {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}
.style4 {color: #000000; font-weight: bold; font-size: 16px; }
.style5 {
	font-size: 10px;
	font-weight: bold;
}
.outline {border: 1px solid #ffffff;
}


#footer {
    background-image:url(images/footerBG.gif);
	background-color: #737F89;
	color: #DDDDDD;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	}
#footer a:link {
    font-size: 10px;
	font-weight: bold;
 	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
    font-size: 10px;
	font-weight: bold;
 	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
    font-size: 10px;
	font-weight: bold;
 	color: #CCCC00;
	text-decoration: none;
}
#footer a:active {
    font-size: 10px;
	font-weight: bold;
 	color: #FFFFFF;
	text-decoration: none;
}

#container1 {
    padding:10px;
	}
#container2 {
    margin:5px;
    padding:5px;
	border:1px solid #333333;
	width:87%;
	}	
.titlecell {
    background-color: #CFD0D1;
	border:1px solid #333333;
	font-size:14px;
	font-weight:bold;
	padding:3px;
	}	
.inputbox {
	font-size:11px;
	padding:2px;
	border:1px solid #203441;
	background-color:#e0eaf0;
}	
.prodtable {
	border:1px solid #203441;
}

.list {
	list-style:none;
	margin-bottom:15px;
	}
.alert{
	border:2px solid #CC0000;
	background-color:#E4B5C0;
	color:#990000;
	font-weight:bold;
	padding:10px;
	}	