/***************************************************
GLOBAL TEXT ELEMENTS
***************************************************/

body {
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #444444;
	background-color: #fff; }

a {
	color: #006bd6;
	font-weight: normal;
	text-decoration: underline; }

a:link { color: #444444; }
a:visited { color: #000000; }
a:hover { color: #006bd6; }


/***************************************************
HEADING TEXT ELEMENTS
***************************************************/

h1 {
	margin: 27px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
	color: #000; }

h2 {
	margin: 0px 0px 20px 0px;
	font-family: New Baskerville, Times, serif;
	padding: 0px 0px 0px 0px;
	font-size: 24px;
	font-weight: normal;
	color: #2A6BA9; }

h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	line-height:15px;
	color: #000; }

h4 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	line-height:14px;
	color: #9E4CC7;
	border-top:1px dotted #2A6BA9;  }

h5 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	font-weight: bold;
	line-height:13px;
	color: #9E4CC7; }

h6 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	font-weight: bold;
	color: #600;
	border-top:1px dotted #ccc; }


/***************************************************
PARAGRAPH TEXT ELEMENTS
***************************************************/

p {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	font-weight: normal;
	line-height:13px;
	color: #444444; }

.oldbrowsers {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #c00; }


/***************************************************
MISCELLANEOUS
***************************************************/

ul {
	margin:0px 0px 0px 0px;
	padding:5px 0px 20px 15px;
	font-size:10px;
	line-height:14px; }

li {
	font-size:10px;
	line-height:14px;
	list-style:circle;
	color:#000; }
	
li.hidden {
	font-size:10px;
	line-height:14px;
	list-style:none; }

li.selected {
	padding:2px 0px 0px 0px;
	font-size:10px;
	line-height:14px;
	list-style:disc;
	font-weight:bold;
	color: #600; }

.subhead1 { color: #6666CC; font-style: normal; font-weight: bold; font-size: 10px; line-height: 13px; font-family: Verdana, sans-serif; text-decoration: none;}

.subhead2 { color: #FFFFFF; font-style: normal; font-weight: bold; font-size: 10px; line-height: 13px; font-family: Verdana, sans-serif; text-decoration: none;}

.red { color:#c00; }

.gray { color: #666; }

.highlight { background-color:#ffc; }

img.screenshot { margin: 0px 0px 10px 0px; }

.v10 { font-size:10px; }

.v11gray { font-size:11px; color:#666; }

form { display: inline; }

select	{  background:#FFFFFF; font-family: Verdana, Arial, Helvetica; font-size: 9px }

input	{  font-family: Verdana, Arial, Helvetica; font-size: 9px }

