.simple_text{
	font-size:11px;
	color: #333333;
}

.simple_bold_text{
	font-size:11px;
	color: #333333;
	font-weight:bold;
}

.bold_text_class{
	font-size: 17px;
	font-weight: bold;
	font-family: Verdana;
}
.big_text_class {
	font-size:13px;
	font-family: Verdana; text-decoration:none;
}
.big_bold_text {
	font-size:12px;
	font-family: Verdana;
	font-weight:bold;
	text-decoration:none;
}
.text_class1 {
	font-size: 12px;
	line-height: normal;
	color: #FFFFFF;
	font-weight:bold;
}

.text_class2 {
	font-size:12px;
	font-family: Verdana; text-decoration:none;
}

.text_class3 {
	font-size:12px;
	color: #066079;
	font-weight:bold;
}

.info_msg {
	font-size:12px;
	color: #333399;
	font-weight:bold;
}

.small_text {
	font-size:10px;
	color: #333333;
}
.error_msg {
	font-size:12px;
	color:#CC3333;
	font-weight:bold;
}



.table_class{
	border:1px solid #333333;
}

.gray_border{
	border:1px solid #333333;
}

.table_with_bgcolor{
	background-color:#87CEFA;
	border:1px solid #333333;
}

.highlight{
	font-family: Verdana;
	font-size: 12px;
	line-height: normal;
	color: #FFFFFF;
	font-weight:bold;
	background-color:#909090;
	border:1px solid #333333;
}

.xgray_button{
	height:20px;
	width:100px;
	background-color: #D9D9D9;
	color: #220000;
	font-family: Verdana;
	font-size:12px;
	font-weight:bold;
	border: 1px solid #000000;
}

.white_button {
	height:20px;
	width:100px;
	background-color: #ffffff;
	color: #E9AB3B;
	font-family: Verdana;
	font-size:12px;
	font-weight:bold;
	border: 1px solid #E9AB3B;
}

.gray_button{
	font-family: Arial;
	color: #494949;
	border: 1px outset #808080;
	background-color:#E2E2E2;
	height:18px;
	width:100px;
	font-size: 12px;
	font-weight:bolder;
	vertical-align:middle;
	text-align:center;
	cursor:pointer;
}

input{
	font-size:11px;
/*	border:1px solid #7F7F7F;*/
	padding-left:5px;
}

/*select{
	font-size:11px;
	border:1px solid #7F7F7F;	
}*/

.tr_color{
	 background-color:#909090;
}


.tdpink {
background-color:#F8E8F2;
font-size:11px;
	color: #333333;
}

.successmsg{
	
	color:green;
	font-weight:bold;
	font-size:7.8pt;
}

.errormsg{
	font-family: verdana, sans serif; 
	font-size: 8pt; 
	color: #A8156D;
	font-weight:bold;
}


.simple_bold_text_label,.simple_bold_subheader_label{
	font-size:11px;
	color: #333333;
	font-weight:bold;
	padding-left : 20px;
width:150px;
}

.simple_bold_subheader_label{
	font-size:11.5px;
	padding-left:9px;
}


.simple_text_padd
{
	font-size:11px;
	color: #333333;
	padding-left:3px;
	width:340px;
}