@charset "utf-8";
/* CSS Document */

body {
	background-color: #6F6E69;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-attachment:fixed;
	background-repeat:repeat-y;

}
body,td,th {
	color:#000000;
	font-family: tahoma;
	font-size: 13px;
}
#leftBG {
	position: absolute; /*needed to expand to full height beyond content in FF */
	top: 0px;
	right: 0px;
	height:auto; /* FF needs this setting to expand div to fit long content */
	min-height:100%; /*sets minimum height in FF*/
	width:100%;
	vertical-align:top;
	background-color:transparent;


}

* html #leftBG {
	height:100%; /*sets full height in IE w short content -- also need height:100% in body*/
	/*overflow-x:hidden;*/
}

.MenuBorder {
	border-left-width: thin;
	border-left-style: none;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}
.par {
	font-family: tahoma;
	font-size: 13px;
	line-height: 0.6cm;
	text-align: justify;
	padding: 10px;
}
a:link {
	color: #990000;
	text-decoration:none;
}
a:visited {
	color: #990000;
	text-decoration:none;
}
a:hover {
	color: #0000CC;
	text-decoration:underline;
}
a:active {
	color: #000066;
	text-decoration:none;
}
.content {
	background: #F4F9FD;
	padding: 10px;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-top-style: none;
	/*background-image:url('../images/content_bg.gif');
	background-repeat:repeat-y;
	background-position:50% 400px;*/
}
.textWhite {
color: #FFFFFF;
line-height:0.6cm;
}

#footer
{



}

#login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1B547A;
	background-color: #CBE3F3;
	border: thin groove #5BA8DB;
}

.textWhiteSmall {
	color: #003366;
	font-size: 11px;
	line-height:0.6cm;
}


.formField {
	font-family: tahoma;
	font-size: 11px;
	color: #134166;
	background-color: #F4F9FD;
	border: thin solid #D3F0F5;
}

.whiteEnSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}.but {
	font: 12px Tahoma;
	color: #990000;
	background: #5BA8DB;
	border: thin groove #1B201C;
}

.error {
	color: #990000;
	font-style: italic;
}.tableHeader {
	background-color: #99BBEE;
}
.tableCellBG1 {
	background-color: #E9F0FC;
}
.tableCellBG2 {
	background-color: #EFEFEF;
}

.redText {color: #990000}

.lineText {
	text-decoration: line-through;
}
