/* Page Structure
----------------------------------------------- */

html, body
	{
	background:url(images/total-bg.gif) repeat;
	font-family:Arial, Helvetica, sans-serif;
	}
body
	{
	margin:0 0 0 0; /* margin instead of padding for the gutterspace around the layout because IE breaks the layout when horizontal padding is applied to the body element.*/
	padding:0; /* for Opera */
	}
	
	.submitBtn {
	font-family: Verdana, Arial,trebuchet ms ;
	font-size: 11px;
	font-weight: bold;
	background-color: #BF0D0D;
	height: 20px;
	width: auto;
	border: 1px solid #e1e1e1;
	color: #FFFFFF;
}
.contentbg{
	background:url(images/content-bg.jpg) repeat-y;
	}
.brdrsyle { 

border: 1px solid #BFB292;
border-style:dotted;
}

.flash_bg{
	background:url(images/flash_bg.jpg) no-repeat;
	height:327px;
	width:602px;
	}
.subhead
{
	font-family:Verdana;
	font-size: 16px;
	font-weight: bold;
	color:#FF0000;
}
	
.content_text
	{
	font-family:sans-serif, Verdana, Arial, Helvetica ;
	font-size:12px;
	color:#737270;
	}
	
.style1 
{
	font-family:sans-serif, Verdana, Arial, Helvetica ;
	color: #6A6A6A;
	font-weight: bold;
	font-size:12px;
}
.leftblockbg{
	background:url(images/left-block-bg.jpg) repeat-y;
	}
	
.loginbrd{
	border:#FFFFFF solid 0.02em;
	background:url(images/login-bg.jpg) repeat-x #FFFFFF;
	height:105px;
	}
	
.formtxt{
	height:18px;
	width:100px;
	border:#C7C7C4 solid 0.01em;
	font-size:12px;
	background-color:#FFFFFF;
	}
	
.postings{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	}
.postingsselect{
	height:20px;
	width:115px;
	font-size:12px;
		}
		
.feedbacktxt{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding:10px 10px 0px 10px;
	text-align:justify;
	}
	
	
A:link {
	font-weight:bold;
	color:#000000;
	text-decoration: none;
	}
A:visited {
	text-decoration: none;
	}
A:hover {
	color: red;
	}
	
	
.norm
        {
        font-family:sans-serif, Verdana, Arial, Helvetica ;
        font-size:12px;
        color:#737270;
        }	