/* CSS Document */

/* 
-------------------------------------------------
links
-------------------------------------------------
*/

a:link {	color: #3E7FBB; text-decoration: underline;}
a:active {	color: #3E7FBB;	text-decoration: underline;}
a:visited {	color: #3E7FBB;	text-decoration: underline;}
a:hover {	color: #868C9B;	text-decoration: none;}

.footerlink {
	height: 175px;
	color: #868C9B;
}
.footerlink a:link {	color: #868C9B;	text-decoration: none;}
.footerlink a:active {	color: #868C9B;	text-decoration: none;}
.footerlink a:visited {	color: #868C9B;	text-decoration: none;}
.footerlink a:hover {	color: #3E7FBB;	text-decoration: underline;}
/* 
-------------------------------------------------
Form 
-------------------------------------------------
*/
input{
	font-size: 11px;
	border: 1px solid #B8D9FA;
	font-family: "Trebuchet MS";
	color: #42495A;
	padding: 2px;
	background-color: #FFFFFF;
}
textarea {
	font-size: 11px;
	border: 1px solid #B8D9FA;
	font-family: "Trebuchet MS";
	color: #42495A;
	background-color: #FFFFFF;
	padding: 2px;
}

/* 
-------------------------------------------------
Core 
-------------------------------------------------
*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FDFDFD;
	background-image: url(../images/core/bg-re.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
table, ul {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #42495A;
	line-height: 18px;
	list-style-type: square;
	list-style-image: url(../images/core/icon-bullet-point.gif);
}

/* 
-------------------------------------------------
BG
-------------------------------------------------
*/
.bg-right {
	background-image: url(../images/core/bg-right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg-left {
	background-image: url(../images/core/bg-left.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
.bg-footer {
	background-image: url(../images/core/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/* 
-------------------------------------------------
Index
-------------------------------------------------
*/
#action {
	font-size: 11px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 25px;
	width: 290px;
}
#action table {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E4EB;
	padding-bottom: 15px;
	margin-bottom: 10px;
	line-height: normal;
	font-size: 11px;
}

.textPadding {
	padding-bottom: 30px;
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #8EB8DF;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
}
.heading {
	font-size: 18px;
	font-weight: bold;
	color: #8EB8DF;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	background-color: #E8F3FD;
	text-transform: capitalize;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	color: #0066CC;
	margin-bottom: 15px;
}
