/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
body
{
	font-family: verdana,arial,helvetica,sans-serif;
	background: #123;
	border-top: 5px solid #000;
	color: #333;
	font-size: 10pt;
	padding: 20px 0 40px;
	padding:
}

a
{
	color: #123;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}
a:focus {
	outline: 1px dotted invert;
}  
a:link {
	text-decoration: underline;
}  
a:visited {
	text-decoration: underline;
}  

h1
{
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
}

h2
{
	padding: 20px 0 0;
	text-align: center;
}

.container_12
{
	background: #FFFFCC;
	margin-bottom: 20px;
}

.container_16
{
	background: #fff url(img/16_col.gif) repeat-y;
}  
.menuText
{
	font-weight: bold;
	text-align: center;
	font-size:16px;
}
.menuText a:link              { color:#000000; text-decoration:none; }
.menuText a:visited           { color:#000000; text-decoration:none; }
.menuText a:hover             { color:#000000; text-decoration:underline; }
.menuText a:active            { color:#000000; text-decoration:none; }	

.bodyText
{
	font-weight: normal;
	text-align: left;
	font-size:14 px;
	line-height: 1.2;
}
.listText
{
	font-weight: normal;
	text-align: left;
	font-size:10 px;
	line-height: 1.2;
	margin-bottom: 2px;
}

.formLabel
{
	vertical-align:top;
	text-align:right;
}
.formLabelRed
{
	vertical-align:top;
	text-align:right;
	color: #FF0000;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
.RedText {
	color: #FF0000
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style:disc;
}

li {
	margin-left: 30px;
	font-size:14px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}