/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin: 0px;
}

body {
	font: 13px/1.5; font-family: Georgia, "Times New Roman", Times, serif;  color: #FFFFFF
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* Link
----------------------------------------------------------------------------------------------------*/
a, a:active, a:visited, a:hover { text-decoration: underline; color: #FFFFFF; }
/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 18px;
	background:white;
	color: #FF0000;
	font-weight: bold;
	padding:15px 20px;
	text-transform:uppercase;
}

h2 {
	font-size: 13px;
	color: #a2b9da;
	margin: 10px 0px 5px 0px;
}

h3 {
	font-size: 12px;
	color: #a2b9da;
	line-height:16px;padding:5px 0px;
}


p, label {
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 12px;
	line-height: 17px;
	padding: 5px 0px;text-align:justify;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}


