/* CSS Document */
body{
	font-family: tahoma;
	font-size: 11px;
	color: #454545;
}
.m1_text{
	font-family: tahoma;
	font-size: 11px;
	color: #454545;
}

.m2_text{
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
}

h1{
	font-size: 17px;
	color: #CC0000;
	font-family: tahoma;

}
h2{
	font-size: 13px;
	color: #CC0000;
	font-family: tahoma;
	font-weight: bold;	
}
a{
	color: #CC0000;
	text-decoration: underline;
}
a:hover{
	color: #E12830;
	text-decoration: none;
}
.link{
	color: #CCCCCC;
}
.link a{
	font-family: tahoma;
	font-size: 11px;
	color: #CC0000;
	text-decoration: underline;
}
.link a:hover{
	color: #454545;
	text-decoration: none;
}
.company_name{
	color: #CC0000;
	font-weight: bold;
}
.left_pane{
	background: #CCCCCC url(../images/left-back.gif) bottom no-repeat;
}
a.box-sidebar, a.box-sidebar:visited{ 
	width:200px; 
	height:20px; 
	float:right; 
	text-decoration:none;
	color:#FFFFFF;
}
a.box-sidebar:hover{
	color: #454545;
}
.desc { 
	text-decoration:none; 
	font-size:14px;
	font-weight: bold;
	text-align:center; 
	padding: 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.error{
	color: #FF0000;
	display: none;
}
.apply_buttons{
	padding: 20px 5px;
}
a.apply_buttons{
	padding: 13px 20px;
	background: url(../images/tnav_bg.png) bottom repeat-x;
	color: #FFFFFF;
	font-size: 18px;
	font-family: Tahoma;
	font-weight: bold;
	border: 1px solid #2f2f2f
}
a.apply_buttons:hover{
	background: #CC0000 url(../images/tnav_hover.png) bottom repeat-x;
	color: #DEDEDD;
}

