/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	/*font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;*/
	font:14px  trebuchet, arial, verdana, sans-serif;
	line-height:20px;
	
}

.replacement {position:absolute; top:-9999px;}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 20px;
	color:#313E77;
	padding:6px;
	margin:0;
}

h2 {
	font-size: 19px;
	padding:6px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 17px;
	padding:6px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 15px;
}



/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: none;
}

li {
	/*margin-left: 30px;*/
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address {
	margin-bottom: 20px;
}

p{
width:98%;
padding:0px 6px 0px 6px;
}

a:link {color:#000000}     /* unvisited link */
a:visited {color:#CC0000}  /* visited link */
a:hover {color: #CC0000}   /* mouse over link */
a:active {color: #CC0000}   /* selected link */


.textRight{
text-align:right;
}

.center{
text-align:center;
}

.subText{
font-size:18px;
font-style:italic;
line-height:2;
}

.subText2{
font-size:14px;
font-style:italic;
font-weight:normal;
}

.importantInfo{
color:#CC0000;
font-style:italic;
font-weight:bold;
font-size:12px;
}