﻿/* Text formatting */
body, input, div, table, textarea, select { font-family: Verdana; font-size: 10px; }

a:link, a:visited, a:active { text-decoration:none; color:#3c4e62; }		
a:hover	{ color:#4e6a8a; }

h1 { margin:0px; padding:2px 0px 6px 0px; font-size:16pt; color:#233b4e; }
h2 { margin:0px; padding:2px 0px 6px 0px; font-size:11pt; color:#3b5c75; }
h3 { margin:0px; padding:2px 0px 6px 0px; font-size:9pt; color:#4b7da4; }
p { margin:0px; padding:2px 0px 6px 0px; line-height:18px; }
img { border:0px; }
small { font-size: 9px; color:#b6b6b6; display: block; }

.TextHeadline { font-family: Trebuchet MS; font-size:16px; }
.NewsHeadline, a.NewsHeadline:link, a.NewsHeadline:visited, a.NewsHeadline:active { font-weight: bold; font-size: 12px; color: #6C848E; }
.LightLink, a.LightLink:link, a.LightLink:visited, a.LightLink:active { color: #6C848E; }

/* List forms */

.list_form { width: 100%; }
.list_form td { height: 25px; }

/* ErrorTextStyle */

.ErrorTextStyle { color: red; font-weight: bold; }
.NoErrorTextStyle { color: black; font-weight: normal; }

/* clear */
.clear { clear: both; }

/* content split */
.split { width: 780px; }
.split .left { width: 390px; float: left; }
.split .right { width: 390px; float: right; }
