﻿body {
	background-color:black;
    margin:0px;
}

td{
	font-family: sans-serif, Arial, Helvetica;
	font-size:12px;
	color:#575757;
}

.textcenter {
	text-align:center;
}

.textleft {
	text-align:left;
}

.textright {
	text-align:right;
}

.textjustify {
	text-align:justify;
}

.mainrepbg {
	background-image:url('images/mainrepbg.jpg');
	background-repeat:repeat-y;
}

.leftpanelbottombg {
	background-image:url('images/leftpanelbottombg.jpg');
	background-repeat:no-repeat;
	background-position:left bottom;
}

.contentareabottombg {
	background-image:url('images/contentareabottombg.jpg');
	background-repeat:no-repeat;
	background-position:left bottom;
}

.contentareatopbg {
	background-image:url('images/contentareatopbg.jpg');
	background-repeat:no-repeat;
	background-position:left top;
}

.contentareatopbgdod {
	background-image:url('images/contentareatopbgdod.jpg');
	background-repeat:no-repeat;
	background-position:left top;
}

.contentareatopbgoracle {
	background-image:url('images/contentareatopbgoracle.jpg');
	background-repeat:no-repeat;
	background-position:left top;
}

p {
	margin-top:0px;
	margin-left:0px;
	margin-right:27px;
	margin-bottom:0px;
	line-height: 120%
}

.bluetext {
	color:#435daa;
}

.blacktext {
	color:#575757;
}

.redtext {
	color:#fc0000;
}

.smalltext {
	font-family: sans-serif, Arial, Helvetica;
	font-size:10px;
	font-weight:normal;
	color:#575757;
	text-align:left;
}

.blueheading {
	font-family: sans-serif, Arial, Helvetica;
	font-size:30px;
	font-weight:normal;
	color:#435daa;
	text-align:left;
}

.greyheading {
	font-family: sans-serif, Arial, Helvetica;
	font-size:24px;
	font-weight:normal;
	color:#575757;
}

.locstext {
	font-family: sans-serif, Arial, Helvetica;
	font-size:11px;
	font-weight:normal;
	color:#575757;
}

hr {
	height:1px;
	color:#435daa;
}

a { text-decoration:underline; color:#435daa; }
a:hover { text-decoration:underline; color:#435daa;  }
a:visited { color:#435daa;  }
a:active { color:#435daa;  }

a.locslink { text-decoration:none; color:#435daa; }
a.locslink:hover { text-decoration:underline; color:#435daa;  }
a.locslink:visited { color:#435daa;  }
a.locslink:active { color:#435daa;  }

.img {
	
}

.noborder {
	border-width: 0px;
}

form {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

input {
	border: 1px solid #435daa; 
	background-color: #ffffff;
	font-family: san-serif, Arial, Helvetica;
	font-size: 12px;
	color: #575757;
}

select {
	border: 1px solid #435daa; 
	background-color: #ffffff;
	font-family: san-serif, Arial, Helvetica;
	font-size: 12px;
	color: #575757;
} 

.submitbutton {
	border: 1px solid #435daa;  
	background-color: #ffffff;
	font-family: san-serif, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #435daa; 
}


textarea {
	border: 1px solid #435daa; 
	background-color: #ffffff;
	font-family: san-serif, Arial, Helvetica;
	font-size: 12px;
	color: #575757;
}


