body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	font-weight: 300;
	color: #656596;
}
hr {
	width: 100%;
	color: #F2F2F2;
}

/*----------id's----------*/
#container {
	width:600px;
	left:-300px;
	margin-top:10px;
	margin-left:50%;
	position:absolute;
	padding:5px;
}

/*--------classes---------*/

.edtControl {
	width:170px;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	font-weight: 300;
	color: #656596;
}

.rblGroup {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	font-weight: 300;
	color: #656596;
	width:300px;
}

.edtControlLong {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	font-weight: 300;
	color: #656596;
}
.required {
	color:Red;
}
.btnControl {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	font-weight: 300;
	color: #656596;
	width: 160;
}
.innerTable {
	background-color: #E1E1E1;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	font-weight: 300;
	color: #656596;
	border-bottom: solid 1px #666666;
	margin-bottom:5px;
}
.orangeTitle {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #ff4d4c;
}
.standardText {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	font-weight: 300;
	color: #656596;
}
.standardTextBold {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: 300;
	color: #656596;
	font-weight:bold;
	padding-bottom:10px;
}
.standardTextBoldSml {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	font-weight: 300;
	color: #656596;
	font-weight:bold;
	margin-bottom:5px;
}
.orangeHighlight {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: 500;
	color: #ff4d4c;
}
.standardTextWhite {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	font-weight: 900;
	color: #FFFFFF;
}
.standardTextsml {

	font-family:"Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #656596;
}

/*-------------links------------*/
a:link {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #656596;
	text-decoration: none;
}

a:visited {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #656596;
	text-decoration: none;	
}
a:hover {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #ff4d4c;
	text-decoration: underline;
}


