body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin: 0px;
}

td{
	font-size: 10px;
}

div{
	font-size: 10px;
}

.formfields {
	BORDER-RIGHT: #888888 1px solid; 
	PADDING-RIGHT: 1px;
	BACKGROUND-POSITION: -4px -4px;
	BORDER-TOP: #888888 1px solid; 
	PADDING-LEFT: 4px; 
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px; 
	BACKGROUND-IMAGE: url(../images/formshdw.gif); 
	PADDING-BOTTOM: 1px;
	BORDER-LEFT: #888888 1px solid; 
	WIDTH: 160px; 
	COLOR: #444; 
	PADDING-TOP: 1px;
	BORDER-BOTTOM: #888888 1px solid; 
	BACKGROUND-REPEAT: no-repeat; 
}
.btn{
	font-size: 10px;
	background-image: url(../images/input-bkgnd.png);
	background-repeat: repeat-x;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C5C5C5;
	border-right-color: #8A8A8A;
	border-bottom-color: #C5C5C5;
	border-left-color: #8A8A8A;
	margin-right: 5px;
}


.homewrap {
	width: 100%;
	height: 35px;
}

.header {
	width: 100%;
	height: 116px;
	background-color: #6C7C8C;
}

.logindetails {
	width: 20%;
	height: 50px;
	text-align: right;
	margin-top: -100px;
	float: right;
	padding: 5px;
	color: #FFFFFF;
}


.navhorz {
	width: 100%;
	height: 31px;
	background-image: url(../images/navbkgnd.png);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 10px;
	margin-bottom: -10px;
}

.navvert {
	width: 138px;
	height: 23px;
	background-image: url(../images/navverbkgnd.png);
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 10px;
}

.contentwrap {
	width: 100%;
	overflow: hidden;
	background-image: url(../images/centercontentbkgnd.png);
	background-repeat: repeat-x;
}

.leftcolumn {
	width: 138px;
	height: 425px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCD0D1;
	background-image: url(../images/navverbkgndmain.png);
	background-repeat: repeat-y;
}

.centercolumn {
	height: 425px;
	float: left;
	padding: 10px;
	width: 67%;
	background-image: url(../images/centercontentbkgnd.png);
	background-repeat: repeat-x;
	overflow: auto;
}
.rightcolumn {
	width: 138px;
	height: 425px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCD0D1;
	background-image: url(../images/navverbkgndmain.png);
	background-repeat: repeat-y;
}
.footer {
	background-color: #FFF;
	width: 100%;
	height: 35px;
	clear: both;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #B5D7EC;
	margin-top: -20px;
	text-align: center;
	color: #FBAC82;
}

.headerpage {
	font-size: 130%;
	font-weight: bold;
	color: #0087C5;
	margin-bottom: 30px;
	margin-top: 20px;
}

.tbl {
	padding: 4px;
	border: 0px none;
	line-height: 20px;
}

.tblheader {
	background-color: #E3ECF3;
	font-weight: bold;
}

.rowlabel {
	text-align: right;
}


.tblwrap {
	border: 1px solid #9D9DA1;
	line-height: 25px;
	width: 98%;
}
.tblrow01{
	background-color: #F7FAFD;
}

.tblrow02{
	background-color: #FFF;
}

.linkgray{
	text-decoration: none;
	color: #666666;
}

.linkwhite{
	text-decoration: none;
	color: #ffffff;
}

.linksubgray {
	text-decoration: none;
	color: #666666;
	padding-left: 15px;
	background-image: url(../images/navver-arrow.gif);
	background-repeat: no-repeat;
}
