/* CSS Document */

a:link {	color: #2E3092; text-decoration: underline;}
a:active {	color: #2E3092;	text-decoration: underline;}
a:visited {	color: #2E3092;	text-decoration: underline;}
a:hover {	color: #6699CC;	text-decoration: uderline;}

.footerlink {
	color: #fff;
	font-size: 12px;
	background-color: #050762;
	padding: 15px 10px 30px 10px;
}

.footerlink p.contitle {
	background-color: #cd0202;
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.footerlink a { color: #fff; }

body {
	margin:0;
	/*background: #2C2D8A url(../images/core/bg_re.jpg) top repeat-x;*/
	background:#2E3092 url(../images/core/bg.jpg) top repeat-x;
}

#containter{
	background-repeat: repeat-y;
	background-image: url(../images/core/bg_container.gif);
	background-position: center;
	text-align: left;
	padding-left: 5px;
}

ul { list-style: square; list-style-position: inside; margin: 0; padding: 0; }
ul li { font: normal 12px/17px "Arial"; color: #464646; }

ul.list { list-style: square; margin-left: 20px; }
ul.list li { font: bold 12px/17px "Arial"; color: #464646; margin-bottom: 5px; }

table {
	font-family: "Arial";
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #464646;
	line-height: 18px;
	list-style-type: square;
}
input, textarea {
	font-size: 13px;
	border: 1px solid #2E3092;
	font-family: "Arial";
	color: #464646;
	padding: 2;
	background-color: #FFFFFF;
}
.textPadding {
	padding: 10px 5px 20px 10px;
	background: #fff;
}

div.rightinfo {
	width: 150px;
	padding-left: 15px;
	float: right;
	display: block;
	margin-top: 20px;
}

div.leftinfo {
	width: 560px;
	float: left;
	display: block;
	margin-top: 20px;
}

.heading {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2E3092;
	padding-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: -10px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-right: -5px;
	text-transform: uppercase;
	margin-top: 35px;
}

.headingTOP {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2E3092;
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: -10px;
	margin-bottom: 0px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-right: -10px;
	text-transform: uppercase;
	margin-top: 0px;
	width: 740px;
}

p.title {
	font: normal 12px/15px "Arial";
	color: #fff;
	padding: 5px;
	margin: 0; 
	text-align: center;
	height: auto;
	width: 140px;
	background: #2E3092;
	display: block;
}

.heading2 {
	font-size: 14px;
	color: #2E3092;
	border-bottom: 1px solid #cd0202;
	font-weight: bold;
	padding-bottom: 10px;
	display: block;
	width: 565px;
}
.imagePadding {
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.heading3 {
	font-size: 14px;
	color: #2E3092;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-top: 25px;
}

td.caption {
	font-size:10px;
	line-height:13px;
	color:#666666;
	padding:0 10px;	
	vertical-align:top;
}

td.right {
	font-size:11px;
	line-height:18px;
	background:#EDEFF2;
	padding:5px;
}

td.right ul, td.right li { margin:0; padding:0; }

td.right ul {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #464646;
	line-height: 18px;
	list-style-type: square;
	margin:10px 0 10px 25px;
}

.style2 {font-size: 11px}
