/*Same for all browsers: begin*/
* {
	font-family: Arial, Tahoma, Times New Roman;
}
/*Same for all browsers: end*/



/*Sticky footer: begin*/
html {
	height: 100%;
	overflow-y: scroll;
}

body {
	height: 100%;
}

#stickyNonFooter {
	position: relative;
	min-height: 100%;
	margin: 0px auto 0px auto;
}

* html #stickyNonFooter {
	height: 100%;
}

#stickyContent {
	padding-bottom: 10em;
}
#stickyFooter {
	position: relative;
	margin-top: -60px;
	background: no-repeat top left;
	height: 60px;
}
#divContent {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}





/* Let the design begin */
body {
	text-align: left;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #00CC00;
	font-size: 14px;
}
#stickyContent {
	margin: 0 auto;
	width: 760px;
	text-align: left;
}
.text {
	color: #00CC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.legend {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
}
.yellow {
	color: #ffff00;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #99FF66;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #99FF66;
}
a:hover {
	text-decoration: underline;
	color: #0000ff;
}
a:active {
	text-decoration: none;
}
.textlarger {
	color: #00CC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: larger;
}
.textsmaller {
	color: #00CC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
}




.contentDate {
	display: block;
	width: 100%;
	text-align: right;
}

.contentTitle {
	font-size: 18px;
	font-weight: bold;
	color: #00CC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#box {
background-color:#FFFFFF;
color:#000000;
border: 1px solid #660000;
padding:5px;

}
#box a:link {
color:#006600;
}
.green {
color: #004400;
}
.green:visited {
color: #004400;
}

a.green_link, a.green_link:visited {
	color: #99FF66;
	text-decoration: none;
}
a.green_link:hover {
	color: #99FF66;
	text-decoration: underline;
}




.fieldsetContainer{
	border-color: #292929;
}


td.formLabel {
	text-align: right;
}

td.formButtons {
	text-align: center;
}








/*Messages*/

.messageBox, .messageBoxInfo, .messageBoxSuccess, .messageBoxWarning, .messageBoxError, .messageBoxValidation {
	width: 600px;
	font-size: 1.2em;
	border: 1px solid;
	margin: 10px auto;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	text-align: left;
}

.messageBoxInfo {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('images/info.png');
}
.messageBoxSuccess {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('images/success.png');
}
.messageBoxWarning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('images/warning.png');
}
.messageBoxError {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('images/error.png');
}
.messageBoxValidation {
	color: #D63301;
	background-color: #FFCCBA;
	background-image: url('images/validation.png');
}

.messageBox a, .messageBoxInfo a, .messageBoxSuccess a, .messageBoxWarning a, .messageBoxError a, .messageBoxValidation a {
	color: inherit;
}

