@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family:Verdana, Geneva, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
	outline: none;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* ----------------------- Custom CSS Start -------------------------------*/
body{
	font-family:Verdana, Geneva, sans-serif;
	background-color:#EEEEEE;
	font-size:12px;
	color:#666;
	margin:0px;
	padding:0px;
}

a img{
	border:none;
	margin:0px;
	padding:0px;
}
a{
	text-decoration:underline;
	color:#C51015;
	cursor:pointer;
}
a:hover{
	text-decoration:none;
}
a img{
	margin:0px;
	padding:0px;
	border:none;
}
p{
	margin:0px;
	padding:0px;
	line-height:15px;
}

h1,h2,h3,h4{
	margin:0px;
	padding:0px;
}
h1{
	font-size:18px;
	color:#B11E12;
}
h2{
	font-size:16px;
}

h4{
	font-size:12px;
	font-weight:bold;
}
ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	
}

ul li{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	
}

.clear{
	clear:both;
}
.font13{
	font-size:13px;
}
.font14{
	font-size:11px;
	font-weight:bold;
	
}
.color_blue{
	color:#003F7B;
}
.color_red{
	color:#C51015;
}
.text_center{
	text-align:center;
}
.bold{
	font-weight:bold;
}
.padding_5{
	padding:5px;
}
.padding_10topbottom{
	padding:10px 0;
}
.padding_20topbottom{
	padding:20px 0;
}
.dummytext{
	font-family: Verdana, Arial, Helvetica, sans-serif, "Arial Narrow","Trebuchet MS";
	font-size:20px;
	color:#003F7B;
	font-weight:normal;
	text-align:center;
}
.desc{
}
.pro_title{
	color:#C51015;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	padding:0px;
	}
.pro_title a{
	color:#003F7B;
	text-decoration:none;
	font-weight:bold;
}

.content_box ul{
	list-style:disc;
	margin:0 0 0 5px;
}
.content_box ul li a{
	text-decoration:none;
	color:#003F7B;
}
.content_box ul li a:hover{
	text-decoration:underline;
}
.red{
	color:#C51015;
}
.error{
	color:#C51015;
}
.successmsg{
	color:#C51015;
}

.groupinfotext{
	font-family:Verdana, Arial, Helvetica, sans-serif, "Arial Narrow", "Trebuchet MS";
	font-size:20px;
	color:#003F7B;
	font-weight:normal;
	text-align:center;
}
.subgroupinfotext{
	font-size:16px;
}
.accordion {
	width: 210px;
	 
}
.accordion h3 {
	background:#FBFBFB  url(images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 7px;
	margin: 0px;
	font-size:12px;
	border-bottom: solid 1px #c4c4c4;
	cursor: pointer;
	width:171px;
	
}
.accordion h3:hover {
	background-color: #FBFBFB;
	color:#4C79FC;
}
.accordion h3 a {
	background-color: #FBFBFB;
	color:#4c79fd;
	text-decoration:none;
	
}
.accordion h3 a:hover {
	background-color: #FBFBFB;
	color:#89D318;
	text-decoration:none;
}
.accordion h3.active {
	background-position: right 10px;
	color:#89D318;
}
.accordion h3.active a{
	color:#89D318;
}
.sub_title{
	font-weight:bold;
	color:#000;
	width:300px;
	padding-top:5px;
}
.actioncode{
	background:#CA1015;
	border:#FFF 1px solid;
	width:100px;
	height:16px;
	color:#FFF;
}
.actioncode a{
	color:#FFF;
    text-decoration:none;
    border:none;
    cursor:default;
    padding-left:3px;
}
.actioncode a:hover{
	color:#FFF;
    text-decoration:none;
    border:none;

}
	