body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #272727;
	background-color: #333333;
	margin: 0px;
	color: #272727;
}


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #272727;
	text-align: justify;
	vertical-align: top;
	line-height: 145%
}

.mainbody {
	height: 300px;
	padding: 20px;
}

a:link {
color: #3988e8;
text-decoration: none;
}

a:visited {
color: #3988e8;
text-decoration: none;
}

a:active {
color: #3988e8;
text-decoration: none;
}

a:hover {
color: #3988e8;
text-decoration:underline;
}

.VSep {
background-image:url(images/v-sep.jpg);
background-repeat:repeat-y;
width: 30px;

}

.ButtonColor {
	color: #FFFFFF;
	background-color:#2089ea;
	border: 1px solid #333333;
}

input {
	border: 1px solid #2089ea;
	background-color:#FFFFFF;
	color: #2089ea;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;	
}


textarea {
	border: 1px solid #2089ea;
	background-color:#FFFFFF;
	color: #2089ea;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;	
}

select {
	border: 1px solid #2089ea;
	background-color:#FFFFFF;
	color: #2089ea;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.Blue {
	color: #2089ea;
	font-weight: bold;
}

.nav {
      list-style-position: outside;
      list-style-image: url(images/arrow.jpg);
      list-style-type: none;
	  padding-left: 20px;
	  padding-top: 0px;
	  
}
.nav2 {
	  line-height: 150%

	  
}

* {
	margin: 0;
	padding: 0;
}

#newsticker {
	position: relative;
	height: 150px;
}
#newsticker ul {
	list-style: none;
	min-height: 1.6em;
	padding: 10px 15px;
	padding-right: 30px;
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}
h2 {
	font-size: 14px;
}

img.Pic {
	border: 1px solid #000;	
	margin: 5px;
}

img.Pic2 {
	border: 1px solid #626262;	
	margin: 5px;
}

p {
	margin-top: 6px;
	margin-bottom: 6px;
}

h2 {
	color: #00008A;
}

.darkblue {
	color: #00008A;
}


a:link.darkblueL {
	color: #00008A;
	font-size: 14px;
    font-weight:bold;
}


a:link.darkblueL {
	color: #00008A;
	font-size: 14px;
    font-weight:bold;
}

a:visited.darkblueL {
	color: #00008A;
	font-size: 14px;
    font-weight:bold;
}

a:active.darkblueL {
	color: #00008A;
	font-size: 14px;
    font-weight:bold;
}

a:hover.darkblueL {
	color: #00008A;
	font-size: 14px;
    font-weight:bold;
}