/* CSS Document */

body {
	background-color: #666666;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;	
}

.title {
	font-family: "Franklin Gothic Medium Cond", "Trebuchet MS", Arial, Verdana;
	font-size: 36px;
	line-height: 28px;
	color: #333333;	
}

.section_title {
	font-family: "Franklin Gothic Medium Cond", "Trebuchet MS", Arial, Verdana;
	font-size: 24px;
	font-weight: normal;
	color: #C5EF5E;
	letter-spacing: 2px;
	line-height: 28px;
	text-decoration: none;
}

.subsection_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #99CC00;
}

.navigation td {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #C5EF5E;
	text-decoration: none;
}

.navigation A:link {
	font-family: "Franklin Gothic Medium Cond", "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	letter-spacing: 1px;
	line-height: 16px;
	text-decoration: none;
}

.navigation A:visited {
	font-family: "Franklin Gothic Medium Cond", "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	letter-spacing: 1px;
	line-height: 16px;
	text-decoration: none;
}

.navigation A:hover {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 16px;
	background-color: #A0E137;
	text-decoration: none;
}

A:link {
	color: #0033CC;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;	
}
A:visited {
	color: #0033CC;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;	
}
A:hover {
	color: #003399;
	text-decoration: underline;
	font-weight: bold;
	line-height: normal;	
}

