/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-size: 11px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal; 
	border: 0px;
	color: #333333;
	line-height: 1.1;
}

a:focus {
	outline: 1px dotted invert;
}
a  			{color: #077070; text-decoration:none;}
a:Visited  	{color: #077070; text-decoration:none;}
a:Active   	{color: #077070; text-decoration:none;}
a:Hover    	{color: #c42525; text-decoration:none;}


hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

p {
	padding-bottom:1em;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 24px;
	color:#981a1e;
	font-weight:normal;
	padding-bottom:15px;
}

h2 {
	font-size: 16px;
	color:#981a1e;
	font-weight:normal;
	padding-bottom:6px;
	line-height: 130%;
}

h3 {
	font-size: 12px;
	color:#981a1e;
	font-weight:bold;
	padding-bottom:4px;
}

h4 {
	font-size: 12px;
	color:#49656b;
	font-weight:bold;
	padding-bottom:4px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ol.letters {
	list-style-type:lower-alpha;
}

ul {
	list-style:disc;
}

li {
	margin-left: 30px;
}

.error{
	color:#990000;
}

.message{
	color:#006600;
}	