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

	Licensed under GPL and MIT.
*/

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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	color: #FFF;
	text-align:justify;
}

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

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

h1 {
	font-size: 25px;
	color: #818285;
	font-weight: normal;
}

h2 {
	font-size: 23px;
	font-weight:normal;
}

h3 {
	font-size: 21px;
	font-weight:normal;
}

h4 {
	font-size: 19px;
	font-weight:normal;
margin-bottom: 5px;
}

h5 {
	font-size: 17px;
	font-weight:normal;
}

h6 {
	font-size: 15px;
	font-weight:normal;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h5,
h6,
ol,
ul,
pre,
address,
fieldset {
	margin-bottom: 20px;
}


.content p a {
	color: #FFF;
}
.content p a:hover {
	color: #A4A4A4;
}


a {
	color: #fff;
}

a:hover {
	color: #A4A4A4;
}

table p{
	font-size:11px;
	margin-bottom:1px;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
