/* CSS Document */

body {
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #4D4D4D;
	background-color: #232323;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
}
td,th {
	font-size: 11px;
	
}

p {
	font-size: small;
	
}
.small {
	font-size: small;
}
.x-small {
	font-size: x-small;
}


a:link 	{
	color: #383838;
}
a:hover { 
	color: #C5DC0A;
}
a:visited {
	color: #383838;
}
a:active {
	color: #383838;
}

.email-box {
	width: auto;
	color: #E4E4E4;
	background-color: #686868;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #424242;
	border-bottom-color: #424242;
	margin: 5px;
	font-size: x-small;
	}
.email-box a { 
	color:#C5DC0A;;
	text-decoration:none;
	}
	
.email-box a:hover { 
	color:#FFFFFF;}
	
.email-box-home {
	color: #E4E4E4;
	margin:2px;
	padding: 5px;
	background-color: #686868;
	border: 1px solid #424242;
}
input {
	background-color: #BBBBBB;
	border: 1px solid #000000;
}
textarea {
	background-color: #E4E4E4;
	border: 1px dashed #2A2A2A;
}
#content {
	padding: 15px;
	font-size: small;
}

select {
	background-color: #99FF00;
}
fieldset {
	background-color: #3300FF;
}


h1 {
	font-size: x-large;
}
h2 {
	font-size: large;
}
h3 {
	font-size: medium;
}
h4 {
	font-size: small;
	color: #F6F6F6;
}
h5 {
	font-size: x-small;
}
h6 {
	font-size: xx-small;
}
#navlist
{
	margin-left: 0;
	padding-left: 10px;
	list-style: none;
	padding-top: 10px;
}

#navlist li
{
	padding-left: 10px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0em .75em;
	padding-top: 5px;
}
#navcontainer {
	padding-left: 10px;
}

.image-outline {
	padding: 5px;
	border: 1px dotted #787878;
}
.top {
	color: #232323;
	padding: 10px;
}

.top a 	{
	color: #C0C0C0;
	text-decoration: none;
	
}
.top a:link 	{
	color: #F4F4F4;
	font-weight: bold;
}
.top a:hover { 
	color: #3E3E3E;
}
.top a:visited {
	color: #FFFFFF;
}

#newslist {
	list-style: none;
	padding-left: 10px;
	margin-left: 0px;
}
#newslist li {
	padding-left: 10px;
	background-image: url(../images/dark-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0em .75em;
	padding-top: 5px;
}

#newslist li  a:link {
	color: #383838;
}
#newslist li  a:hover {
	color: #C5DC0A
	
}
#newslist li  a:visited {
	color: #000000;
	
}
#newslist li  a:active {
	color: #000000;
	
}

#newscontainer {
	padding-left: 5px;
}
.dashed-outline {
	padding: 5px;
	border: 1px dashed #787878;
}
#button {
	color: #FCFCFC;
	background-color: #383838;
	width: 100px;
	border: 1px dashed #020202;
	padding: 2px;
	margin: 2px;
}
#button a:link {
	color: #ffffff;
	text-decoration: none;
}
#button a:hover {
	color: #000000;
	text-decoration: none;
}
#button a:visited {
	color: #ffffff;
	text-decoration: none;
}
#button a:active {
	color: #ffffff;
	text-decoration: none;
}
.footer {
	color: #FFFFFF;
	padding: 5px;
}
.footer a {
	color: #C5DC0A;
	text-decoration: none;
	font-weight: bold;
}

.footer a:link {
	color: #C5DC0A;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:active {
	color: #C5DC0A;
	text-decoration: none;
}
.heading1 {
	color: #C5DC0A;
	font-size: large;
	font-weight: bold;
}
.heading2 {
	color: #999999;
	font-size: large;
	font-weight: bold;
}

.grey-border {
	border: 1px solid #787878;
}
.grey-line {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #787878;
	padding-bottom: 10px;
	padding-right: 5px;
}
.grey a
{
	text-decoration: underline;
	font-weight: bold;
}

.grey a:link {
	color: #383838;
	
}
.grey a:hover {
	color: #C5DC0A;
	
}
.grey a:visited {
	color: #000000;
	
}
.grey a:active {
	color: #000000;
	}
.list ul li {
	list-style-image: url(../images/dark-arrow.gif);
	padding: 2px;
	vertical-align: middle;
}


.headergrey {
	background-color: #999999;
	color: #FFFFFF;
	border: 1px solid #383838;
	padding: 3px;
	height: 15px;
	font-weight: bolder;
}
.bodytext {
	text-align: justify;
}
.bodytextbold {
	font-weight: bold;
}
li {
	font-size: small;
}
ul {
	font-size: small;
}
