BODY {
	margin:0px;
	padding:0px;
	height: 100%;
	color:#404040;
	/*background:#060F38 url('../images/bg_back_rs.jpg') no-repeat center top;
	background: #060F38 url('../images/bg-main-smoke.jpg') no-repeat fixed 65% 0;*/
	background: #060F38 url('../images/bg_back_rs.jpg') no-repeat fixed 65% 0;
	font-size:13px;
	font-weight:normal;
	font-family:'trebuchet ms',tahoma,arial,helvetica,sans
	}
	
TD {
	font-size:13px;
	}
	
A:link, A:visited {
	color:#1F338A;
	text-decoration:underline
	}
	
A:hover {
	color:#E6A800;
	text-decoration:none
	}
	
A:link.gmenu, A:visited.gmenu {
	color:#FFFFFF;
	font-size:10px;
	font-family:arial,helvetica,sans;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	}
	
A:hover.gmenu {
	text-decoration:underline;
	}
		
A:link.smalltextwhite, A:visited.smalltextwhite {
	color:#FCFFFF;
	font-size:12px;
	text-decoration:none
	}
	
A:hover.smalltextwhite {
	color:#E6A800;
	text-decoration:underline
	}
	
		
.gmenu {
	color:#FFFFFF;
	font-size:10px;
	font-family:arial,helvetica,sans;
	font-weight:bold;
	text-transform:uppercase
	}
	
.footer {
	font-size:11px;
	color:#F0F0F0;
	}
	
.tbox {
	background:url('../images/box_tback.png') repeat-x;
	}
	
.lbox {
	background:url('../images/box_lback.png') repeat-y;
	}
	
.rbox {
	background:url('../images/box_rback.png') repeat-y;
	}		

.bbox {
	background:url('../images/box_bback.png') repeat-x;
	}
	
.tblbox {
	background:#07337C;
	}
	
.lblbox {
	background:#07337C;
	}
	
.rblbox {
	background:#07337C;
	}		

.bblbox {
	background:#07337C;
	}
		
	
.boxtitle {
	color:#E4AA00;
	font-size:14px;
	font-weight:bold;
	font-family:georgia,times,helvetica;
	}

.boxpoll {
	background:url('../images/qmark.png') center 25px no-repeat;
	}
	
.title {
	/*color:#DDB518;*/
	color:#E4AA00;
	font-size:22px;
	font-weight:normal;
	font-family:georgia,times,helvetica;
	/*letter-spacing:0.2em;*/
	}
	
.subtitle {
	/*color:#DDB518;*/
	color:#808080;
	font-size:16px;
	font-weight:normal;
	font-family:georgia,times,helvetica;
	/*letter-spacing:0.2em;*/
	}	
	
.subtitlecolor {
	color:#E4AA00;
	font-size:19px;
	font-weight:normal;
	font-family:georgia,times,helvetica;
	/*letter-spacing:0.2em;*/
	}	
	
.subtitlecolorsm {
	color:#E4AA00;
	font-size:12px;
	font-weight:normal;
	font-family:georgia,times,helvetica;
	/*letter-spacing:0.2em;*/
	}	
	
.justified {
	text-align:justify;
	line-height:26px;
	}	
	
.smalltext {
	font-size:12px
	}
	
.smalltextwhite {
	color:#FCFFFF;
	font-size:12px
	}
	
.fletter {
	color:#E4AA00;
	font-size:42px;
	line-height:42px;
	font-weight:normal;
	font-family:georgia,times,tahoma,arial,helvetica;
	}
	
.frmtxt {
	color:#1F338A;
	font-size:11px;
	font-weight:bold;
	font-family:georgia,times,tahoma,arial,helvetica;
	}
	
.astk {
	color:#DE0000;
	}
	
.astkw {
	color:#FFFFFF;
	}
	
.tinput {
	color:#404040;
	border: 1px solid #404040;
	background: #DEEBFE;
	font-size:13px;
	line-height:16px;
	font-family:'trebuchet ms',times,tahoma,arial,helvetica;
	}
	
.photo-frame-b {
	padding: 2px;
	border: solid 1px #404040;
	}
	
.photo-frame-a {
	padding: 6px;
	background:#E9E9E9;
	border: solid 1px #D1D1D1;
	}	
	
.photo-frame-c {
	padding: 3px;
	background:#E9E9E9;
	border: solid 1px #D1D1D1;
	}		
	
/* highlighted div and span boxes */
span.note,
span.info,
span.alert,
span.download,
span.tip {
	display: block;
	}

div.note, span.note {
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	background: #f4f5f6;
	border-top: 1px dashed #aab4be;
	border-bottom: 1px dashed #aab4be;
	text-align:justify;
	}

div.info, span.info,
div.alert, span.alert,
div.download, span.download,
div.tip, span.tip {
	margin: 10px 0px 10px 0px;
	padding: 7px 10px 7px 35px;
	}

div.info, span.info {
	background: #f4f5f6 url(../images/div_info.png) 3px 3px no-repeat;
	border-top: 1px dashed #aab4be;
	border-bottom: 1px dashed #aab4be;
	}

div.alert, span.alert {
	background: #fff5eb url(../images/div_alert.png) 3px 3px no-repeat;
	border-top: 1px dashed #ffb4a0;
	border-bottom: 1px dashed #ffb4a0;
	}

div.download, span.download {
	background: #f5faeb url(../images/div_download.png) 3px 3px no-repeat;
	border-top: 1px dashed #78be5a;
	border-bottom: 1px dashed #78be5a;
	}

div.tip, span.tip {
	background: #fffdeb url(../images/div_tip.png) 3px 3px no-repeat;
	border-top: 1px dashed #ffc864;
	border-bottom: 1px dashed #ffc864;
	}
