/* CSS Document */
a:link {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #003399;
	text-decoration: underline;
	font-weight: bold;
}

.footerlink { color: #FFFFFF;}
.footerlink a:link {	color: #FFFFFF;	text-decoration: none;}
.footerlink a:active {	color: #FFFFFF;	text-decoration: none;}
.footerlink a:visited {	color: #FFFFFF;	text-decoration: none;}
.footerlink a:hover {	color: #FFFFFF;	text-decoration: underline;}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EBEBEB;
}
table, ul {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #483D37;
	line-height: 18px;
	list-style-type: square;
}
input, textarea {
	font-size: 12px;
	border: 1px solid #0BA6E1;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	padding: 2;
	background-color: #FFFFFF;
}
.contentBG {
	padding-bottom: 25px;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 25px;
}


.heading {
	font-size: 20px;
	font-weight: normal;
	color: #003366;
}
.titleBLUE {
	background-color: #448CCB;
	background-image: url(../images/core/luna_title_blue.gif);
	background-repeat: no-repeat;
	background-position: 22px 11px;
	padding-top: 7px;
	padding-left: 80px;
	padding-right: 0px;
	padding-bottom: 8px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.titleRED {

	background-color: #790025;
	background-image: url(../images/core/luna_title_red.gif);
	background-repeat: no-repeat;
	background-position: 22px 11px;
	padding-top: 7px;
	padding-left: 80px;
	padding-right: 0px;
	padding-bottom: 8px;
	color: #EEEEEE;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.dashlines {
	background-image: url(../images/dashline_h.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.top {
	font-size: 10px;
}
