/***************************************************
GLOBAL TEXT ELEMENTS
***************************************************/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: arial, helvetica, sans-serif;
	color: #000;
	background-color: #fff; }

a {
	color: #5F67BF;
	font-weight: normal;
	text-decoration: none; }

a:link { color: #5F67BF; }
a:visited { color: #5F67BF; }
a:hover {
	color: #0000FF;
	text-decoration: underline; }

a.bluebar {
	font-size:12px;
	color: #fff;
	text-decoration: none; }

a.bluebar:link { color: #fff; }
a.bluebar:visited { color: #fff;}
a.bluebar:hover { color: #fff; text-decoration: underline;}

a.nav {
	font-size:11px;
	color: #666666;
	font-weight: bold;
	text-decoration: none; }

a.nav:link { color: #666666; }
a.nav:visited { color: #666666;}
a.nav:hover { color: #003300; text-decoration: underline;}

.navbar {
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 15px;
	font-size:11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.expand {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

/***************************************************
HEADING TEXT ELEMENTS
***************************************************/

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #000; }

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000; }

h3 {
	margin: 10px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: normal;
	line-height:15px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

/***************************************************
PARAGRAPH TEXT ELEMENTS
***************************************************/

p {
	font-size: 10pt;
	font-weight: normal;
	line-height:22px;
	color: #000; }

p.rightnews {
	margin:0px 0px 0px 0px;
	padding:5px 0px 20px 20px; }

/***************************************************
MISCELLANEOUS
***************************************************/

ul {
	margin:0px 0px 0px 0px;
	padding:5px 0px 20px 15px;
	font-size:12px;
	line-height:17px; }

li {
	font-size:12px;
	line-height:17px;
	list-style:circle;
	color:#000; }

.red { color:#c00; }

.gray { color: #666; }

/***************************************************
FORM ELEMENTS
***************************************************/

input.txt {
	margin: 0px 0px 0px 0px;
	padding: 3px;
	background: #fff;
	font: 12px Courier;
	border:1px solid #333;
	color: #000 }
	}

form { display: inline; }
