html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead, tr, th{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body  {
	color: black;
	background: black;
	text-align:center;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
* html .clearfix {height:1px;}

h1{
	font-family:Georgia,serif;
	font-size:24px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	color: #464646;
	padding:15px 0px 0px 0px;
	
}
h2{
	font-family:Georgia,serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	margin: 15px 0px 5px 0px;
	padding:5px 0px 2px 0px;
	color: #464646;
	
}
a{
	color: #0062C4;
	text-decoration:none;
}

a:hover{
	color: #0062C4;
	text-decoration:underline;
}
.articles{
	color: #000000;
	font-family: Verdana, sans-serif;
	text-align: left !important;
}

input, select{
	border: 1px solid #D3D3D3;
	vertical-align: middle;
	background-color:#FFFFFF;
	font-family: Verdana,sans-serif;
	font-size: 14px;
	height:20px;
	margin-top:2px;
	margin-bottom:2px;
	background-color:#FEFDFC;
	padding:0px;
}

textarea{
	border: 1px solid #A8A9A5;
	vertical-align: middle;
	text-transform: none;
	font-family: Verdana, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	font-size: 14px;
	margin-top:2px;
	margin-bottom:2px;
	background-color:#FFFFFF;
}
.header{
	width: 756px;
	margin: 0px auto;
	height: 180px;
	background: url('images/header.jpg') no-repeat top left;
}
.pre_login{
	margin-top:30px;
	margin-bottom: 300px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
.menu{
	margin:0px auto;
	margin-bottom: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	width: 80%;
	border-top: 1px dashed #0000CC;
	border-bottom: 1px dashed #0000CC;
}

.menu a{
	padding: 7px 7px 7px 7px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana,sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-transform: none;
	color: #D60101;
	text-decoration:none;
}
.menu a:hover{
	color: white;
	background-color:#6298CA;
}

.main{
	background: #B6E3F8 url('images/main_bg.jpg') repeat-x top left;
	text-align:center;
}
.content{
	position:relative;
	margin:0px auto;
	width:756px;
	background: url('images/main_bg.jpg') repeat-y top left;
	text-align:center;
}
.in_content{
	min-height:500px;
	_height:500px;
	margin: 0px 60px 0px 60px;
	font-family: trebuchet ms, sans-serif;
	font-size:12px;
}
.user_info{
	width:215px;
	height: 134px;
	background: url('images/user_info.jpg') no-repeat top left;
}
.user_info p{
	padding: 82px 0px 10px 20px;
	font-size: 14px;
	font-weight: bold;
	font-family:'Trebuchet Ms',Tahoma,sans-serif;
	color: #7A4D1B;
	text-align:left;
}
.container_header{
	padding:0px 0px 2px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 2px solid #CFAE49;
	color: #7E6721;
	font-weight:bold;
	font-size:18px;
	font-family:'Trebuchet Ms',Tahoma,sans-serif;
	}
.login_box{
	margin:0px auto;
	margin-top:50px;
	margin-bottom:10px;
	width: 360px;
	background-color:#428DB5;
	}

.login_box .middle{
	width: 250px;
	padding: 20px 50px 20px 50px;
}
.login_box span{
	display:block;
	margin:10px 0px 5px 0px;
	font-family: "Lucida Sans Unicode",sans-serif;
	font-size:18px;
	text-align:left;
	color: #F1FBFE;
}

.inner_logo{
	width: 193px;
	height:46px;
	margin: 0px auto;
	margin-top: 40px;
	margin-bottom:20px;
	background: url('images/inner_logo.jpg') no-repeat top left;
}
.login_line{
	margin-bottom: 20px;
	height:2px;
	background: url('images/login_line.jpg') repeat-x top left;
}
.login_box{
	margin:0px auto;
	margin-top:0px;
	margin-bottom:10px;
	width: 350px;
	background-color:#428DB5;
	border: 2px solid #9FC8DD;
}

.login_box p{
	margin:10px 0px 5px 0px;
	font-family: "Lucida Sans Unicode",sans-serif;
	font-size:18px;
	text-align:left;
	color: #513e26;
}
.login_box input{
	width: 250px;
	height: 25px;
	padding-top: 7px;
	font-size: 14px;
	color: #104F7C;
}

.login_box .login_btn{
	margin:0px auto !important;
	margin-top: 20px !important;
	display:block !important;
	width: 144px !important;
	height: 43px !important;
	border:0px;
	padding:0px;
	background: url('images/login_btn.png') no-repeat !important;
	cursor: pointer;
}
.forgot_pass{
	margin:0px auto;
	font-size:12px;
}
.page_title{
	width:90%;
	margin:0px auto;
	font-size: 24px;
	font-weight:bold;
	padding:20px 0px 0px 0px;
	color:#535353;
}
.aff_table{
	width:90%;
	margin:0px auto;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#B1D6EB;
	font-size:12px;
	vertical-align:top;
	/*border-left: 1px solid #B0ECFD;
	border-right: 1px solid #B0ECFD;*/
}
.aff_table_head{
	height: 34px;
	line-height: 34px;
	background:#0F79B3 url('images/table_head.jpg') repeat-x top left;
	color: #FFFFFF;
	font-size:15px;
	font-family: "verdana","Lucida Sans Unicode",sans-serif;
	font-weight:bold;
	}
.aff_table_subhead{
	height: 31px;
	line-height: 31px;
    background: #D9F1FF url('images/table_subhead.jpg') repeat-x top left;
	color:#048BB3;
	font-size:14px;
	font-weight:bold;
	
}
.aff_regular{
	background-color:#F4FDFF;
	font-family: Verdana,sans-serif;
}
.account_table{
	width:85%;
	margin:0px auto;
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid #F0F0F0;
	font-family: Trebuchet ms,sans-serif;
}
.account_left{
	padding-top:10px;
	text-align:right;
	font-weight:bold;
	font-size:14px;
	vertical-align:middle !important;
	color:#949494;
}
.account_right{
	padding-top:10px;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	padding-left:10px
}
.account_right input,select,textarea{
	width: 370px ;
	border-top: 1px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
}
.margin_top_bottom{
	margin:10px 0px 10px 0px;
}
.general_table{
	width:85%;
	margin:0px auto;
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid #F0F0F0;
	font-size:14px;
}
.general_table p{
	padding:0px;
	margin:10px 0px 10px 0px;
}
.general_table input{
	padding:0px;
}
.markimportant{
	color: #301F15;
	font-family: Verdana, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 10px 2px 10px;
}
.form{
	color:#330000;
	border: 1px solid #D7D7D7;
	padding: 10px 20px 20px 20px;
	}
.big_btn{
	margin:10px auto;
	display:block;
	height: 32px !important;
	padding:0px !important;
	padding-left:20px !important;
	padding-right:20px !important;
	_padding-left:0px !important;
	_padding-right:0px !important;
	background: url('images/big_btn.jpg') repeat-x;
	border:0px;
	font-size: 16px !important;
	text-align: center !important;
	color:#FFFFFF !important;
	font-weight:bold;
	cursor: pointer; cursor: hand;
	text-transform:uppercase;
	font-family: Trebuchet Ms,Arial,sans-serif;
	vertical-align:top !important;
}
.redletter{
	display:inline;;
}
.aff_int{
	padding:10px;
	font-weight: bold;
	color: #535353;
	text-align: left;
	font-size:14px;
	font-family: Verdana,sans-serif;
	border-top: 2px solid #cccccc;
	background-color:#F7F7F7;
	width: 88%
	}
.link_table{
	background-color:#FCFBF5;
	border: 1px solid #F3EFD8;
	font-size:12px;
	font-family:verdana,sans-serif;
	vertical-align:top;
}
.link_table td{
	vertical-align:top;
	text-align:left;
}
.link_table td a{
	font-size:14px;
	font-weight:bold;
}
.link_title{
	font-weight:bold;
	font-size:17px;
	margin:0px;
}
.prev_link{
	font-weight:bold;
	font-size:13px;
	color:#9D2D30;
}
.subnote{
	font-size:11px;
}
.link_box{
	padding:5px;
	width:90%;
	font-size:13px;
	border: 1px solid #EEDFC1;
}
.forgot_pass_color{
	background-color:#F3F9FC;
}
.footer{
	margin:0px auto;
	width:756px;
	height:146px;
	background: url('images/footer.jpg') no-repeat top;
	text-align: center;
	font-size:12px;
	font-family: Tahoma,sans-serif;
}
.disclaimer{
	width:700px;
	height:120px;
	padding:10px 0px 0px 0px;
	font-size:14px;
	font-family: Tahoma,sans-serif;
	text-decoration:none;
}
.disclaimer a{
	font-size:14px;
	font-family: Tahoma,sans-serif;
	text-decoration:underline;
}
.disclaimer-text{
	width: 95%;
	color: rgb(140, 140, 140); 
	font-family: 'tahoma',Arial,sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	text-align: center; 
	padding-bottom: 15px;
}
.left_cloud{
	position:absolute;
	left:-79px;
	top: 230px;
	width: 79px;
	height:124px;
	background: url('images/left_cloud.jpg') no-repeat top;
}
.right_cloud{
	position:absolute;
	right:-66px;
	top: 330px;
	width: 66px;
	height:50px;
	background: url('images/right_cloud.jpg') no-repeat top;
}
.foot_left{
	position:absolute;
	left:-17px;
	bottom:0px;
	width: 17px;
	height:40px;
	background: url('images/footer_left_corner.jpg') no-repeat top;
}
.foot_right{
	position:absolute;
	right:-14px;
	bottom:0px;
	width: 14px;
	height:40px;
	background: url('images/footer_right_corner.jpg') no-repeat top;
}
.warning{
	font-family: Verdana, Tahoma, Trebuchet MS;
	font-size: 14px;
	margin: 20px;
	padding: 8px;
	text-align: center;
	border: 1px dotted black;
	background-color: #F7F7F7;
}
