﻿body{
	font:12px Arial;
	color:#FDEBCD;
	text-align:left;
	margin:0 0 0 0;
	padding:150px 0 30px 0;
	direction:ltr;
}

img{border:0 none;}
form{margin:0; margin-bottom:5px;}

table, tr, td{
	font:12px Arial;
	color:#FDEBCD;
	vertical-align:top;
	direction:ltr;
	border:0;
	padding:0;
	margin:0;
	border-collapse:collapse;
	border-spacing:0;
}

input, select, textarea{
	color:#000000;
	font:12px Arial;
	direction:ltr;
	background-color:#F6D8AB;
}

input.clsCheckBox{
	cursor:pointer;
	cursor:hand;
	border:0 none;
	background:transparent;
}

label{
	cursor:pointer;
	cursor:hand;
}

h1{
	font-size:22px;
}

h2{
	font-size:20px;
}
	
A:link,A:visited,A:active{color:#FDEBCD; text-decoration:underline; background-color:transparent;}
A:hover{text-decoration:underline;}
.clsGoldLink:link, .clsGoldLink:visited, .clsGoldLink:active{color:#E5BD80; text-decoration:underline; background-color:transparent;}
.clsGoldLink:hover{text-decoration:underline;}

.clsSpacer{
	clear:both;
	height:0;
	width:0;
	font-size:0;
	background:transparent;
}

.clsReset{
	border:0 none;
	background:transparent;
}

.clsLink{
	cursor:hand;
	cursor:pointer;
}

.clsErrorMsg{
	color:#ffffff;
	font-weight:bolder;
	text-align:center;
	padding:50px;
}

.clsFormButtons{
	text-align:center;
	margin:10px 0 0 120px;
}

.clsFormButtons input, .clsFormButtons button{
	cursor:pointer;
	cursor:hand;
}

.clsButton{
	color:#ffffff;
	font-size:13px;
	font-weight:800;
	text-align:center;
	padding:1px 5px 1px 5px;
	border:0 none;
	background-color:#9E8D7E;
}

.clsPageAlign{
	width:760px;
	margin:0 auto 0 auto;
}


.clsTableAlign{
	width:770px;
	margin:auto;
	border:0px solid #cbcbcb;
}

#oLogos{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

#oLogos .clsAlign{
	width:100%;
	width:expression(body.offsetWidth>1000 ? "1000px" : "100%");
	max-width:1000px;
	text-align:left;
	overflow:hidden;
	margin:3px auto 0 auto;
}

#oLogos .clsRightLogo{
	float:right;
}

.clsLinkHome{
	float:right;
	font-size:15px;
	font-weight:800;
}

.clsLinkHome img{
	vertical-align:middle;
}


.clsTopText{
    color:#ffffff;
    font-size:14px;
    font-weight:800;
    text-align:center;
	padding:0 20px 15px 0;
	margin:0 0 15px 0;
	background:url(../images/top-decoration.gif) no-repeat center bottom;
}

.clsPopupLayer{
	display:none;
	position:fixed !important;
	position:absolute;
	top:0 !important;

	left:0;
	z-index:1000;

	width:100%;
	height:100%;
	padding:0;
	margin:0;
	filter:alpha(opacity=80);
	opacity:0.80;
	background-color:#000000;
}

.clsPopupLayerFrame{
	display:none;
	position:fixed !important;
	position:absolute;
	left:0;
	z-index:1001;

	width:540px;
	height:400px;
	border:7px solid #A4978B;
	border-width:7px 8px 10px 8px;
	background-color:#ffffff;
}

.clsPopupLayerFrame .clsCloseBtn{
	position:absolute;
	bottom:-35px;
	right:-8px;
	
	color:#000000;
	font-size:16px;
	font-weight:800;
	text-align:center;
	padding:3px 5px 3px 5px;
	cursor:pointer;
	cursor:hand;
	background-color:#A4978B;
}

.clsPopupLayerFrame .clsCorner1{
	position:absolute;
	top:-30px;
	right:-34px;
}

.clsPopupLayerFrame .clsCorner2{
	position:absolute;
	bottom:-32px;
	left:-30px;
}