html {
	background-repeat: none;
	background-color: #1D536D;
	font-family: Verdana, Arial;
	color: #6A6868;
	font-size: 12px;
	
}
.navImages {
	border: none;
	cursor: pointer;
}
.webSiteViewMiddle {
	padding: 0 20px 0 20px;
}
.standard {
	font-size: 10px;
	color: #6A6868;
}
.standard a {
	color: #6A6868;
	text-decoration: none;
}
.standard a:hover {
	color: #6A6868;
	text-decoration: underline;
}
.topstandard {
	font-size: 10px;
	color: #FFFFFF;
}
.topstandard a {
	color: #FFFFFF;
	text-decoration: underline;
}
.topstandard a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#contentBody {
	background: url("../images/HTML_BG.jpg");
}

#bodyBG {
	background-color: #444444;
	background-image: url("../images/html/body_index.jpg");
}
#bodyBGFull {
	background-color: #444444;
	background-image: url("../images/html/index_body.jpg");
}

#bodyContentBox {
	background-color: #444444;
	border: #FFFFFF;
	width: 100%;
	height: 523px;
	overflow: auto;
	color: #CACACA;
}
#bodyContentBoxInside {
	padding: 10px;
	font-size: 12px;
	color: #CACACA;
}
#bodyContentBoxInsideNOPADDING {
	font-size: 12px;
	color: #CACACA;
}
#bodyContentBoxInsideLEFTSIDEPADDING {
	padding-left: 10px;
	font-size: 12px;
	color: #CACACA;
}
#bodyContentBoxInsideRIGHTSIDEPADDING {
	padding-right: 10px;
	font-size: 12px;
	color: #CACACA;
}
.title {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.textInput {
	width: 120px;
	font-size: 12px;
	color: #000000;
}
.textInputSmall {
	width: 30px;
	font-size: 12px;
	color: #000000;
}
.textInputBox {
	width: 150px;
	height: 50px;
	font-size: 12px;
	color: #000000;
}
.inputButton {
	width: 65px;
	height: 22px;
	font-size: 12px;
}
.alert {
	font-weight: bold;
	font-size: 15px;
	color: #DF1B1B;
}
#contentLeft {
	background-color: #D7D7D7;
	color: #7A7A7A;
	padding: 15px;
	font-size: 10px;
/*	height: 312px;*/
	height: 312px;
	overflow: scroll;
}
#contentRight {
	background-color: #D7D7D7;
	color: #7A7A7A;
	padding: 15px;
	font-size: 10px;
/*	height: 312px;*/
	height: 312px;
	overflow: scroll;
}
.contentHeader {
	font-weight: bold;
	font-size: 18px;
}
.contentHeaderLetter1 {
	color: #4D98BC;
	font-weight: bold;
	font-size: 18px;
}
.contentTable {
	font-size: 11px !important;
	color: #7A7A7A;
}
#pictures {
	border: 2px solid #FFFFFF;
}
#contentTable .standard {
	font-size: 11px;
}
#contentTable .standardBlue {
	font-size: 11px;
	color: #4D98BC;
	font-weight: bold;
}
.inputC {
	width: 100%;
}
.textareaC {
	width: 100%;
	height: 80px;
}
.buttonC {
	width: 75px;
	height: 25px;
	font-size: 11px;
}