a:link {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #28575B;
	text-decoration: none;
}

a:hover {
	color: #28575B;
	text-decoration: none;
	font-weight: bold;
}
/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

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

body {
	font-family: "Trebuchet MS", verdana, Arial;
	font-size: 9pt;
	line-height: 1.5;
	background-color: #FFF;
}

a:focus {
	outline: 1px dotted invert;
	font-family: "Trebuchet MS", verdana, Arial;
	text-align: center;
}

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

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

h1 {
	font-size: 14pt;
	color: #28575B;
}
h2 {
	font-size: 13pt;
	color: #28575B;
}
h3 {
	font-size: 12pt;
	color: #28575B;
}
h4 {
	font-size: 11pt;
	color: #28575B;
}
h5 {
	font-size: 9pt;
	color: #28575B;
	font-weight: bold;
	margin-bottom: 8px;
}





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

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
	text-align: left;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
	font-weight: bold;
	text-decoration: blink;
	font-family: "Trebuchet MS", verdana, Arial;
}
ol li {
	margin-bottom: 12px;
}
