@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #4C4C4C;
}
.thrColFix #container {
	width: 853px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF9DF;
	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;
} 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: auto; /* padding keeps the content of the div away from the edges */
	background-image: url(images/mainleftbar.gif);
	height: 100ex;
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: auto; /* padding keeps the content of the div away from the edges */
	background-image: url(images/mainrightbar.gif);
	height: 100ex;
}
.thrColFix #mainContent {
	width: auto;
	float: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {
	font-size: 11px;
	color: #000000;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: #000000;
        text-align: left;
}
.style3 {color: #999999}
			#FOOTER{
	font-size: 10px;
	line-height: 13px;
	font-family: Verdana, Arial, Helvetica, san-serif;
	color: #999999;
}

input.text {border : 1px solid #000000;
background-color:#FFFFFF;
color:#000000;
font-size : 13px;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.style4 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
	line-height: 18px;
}
.style5 {
	font-size: 11px;
	line-height: 1.4em;
}
.style6 {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style9 {
	color: #282828;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.error {
        border-top: 3px solid #c43333;
        border-bottom: 3px solid #c43333;
        margin-bottom: 0;
        padding-bottom: 0;
        font-weight: bold;
        color: #ff0000;
}

.error li {
        font-size: 13px;
}

.msg {
        border-top: 3px solid #ccc;
        border-bottom: 3px solid #ccc;
        margin-bottom: 0;
        padding-bottom: 0;
        font-weight: bold;
        color: #000;
        font-size: 13px;
}

.msg li {
        font-size: 13px;
}

table.report {
        border: 2px solid #000;
        font-weight: bold;
        color: #000000;
        text-align: center;
        width: 100%;
        padding: 0px;
/*
        border-collapse: collapse;
*/
        margin-top: 0px;
        border-spacing: 0px;
}

table.report th {
        border: 1px #000 solid;
/*        background-image: url(../images/thbg.gif); */
        background-color: #cccccc;
        padding: 5px;
        font-size: 14px;
}
table.report tr {
        border: 1px #CCC solid;
}
table.report td {
        font-size: 11px;
        padding: 5px;
        color: #000;
        border: 1px #CCC solid;
        background-color: #fff;
}

.alink a:link {
	text-decoration: none;
	color: #003366;
}
.alink a:visited {
	text-decoration: none;
	color: #003366;
}
.alink a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #0066CC;
}


