body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	margin: 0px;
	background-image: url(images/nav/bg_top.jpg);
	line-height: 24px;
}


/** BOLD_BLUE **/

.bold_blue {
	font-weight: bold;
	color: #003366;
}
.bold_blue a:link{
	font-weight: bold;
	color: #003366;
}
.bold_blue a:visited{
	font-weight: bold;
	color: #003366;
}
.bold_blue a:hover{
	font-weight: bold;
	color: #003366;
}



/** TITLES **/

.title_orange {
	font-size: 20px;
	font-weight: bold;
	color: #FF6600;
	font-family: "Times New Roman", Times, serif;
}
.title_green {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #66CC00;
	font-weight: bold;
}
.title_blue {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #003366;
	font-weight: bold;
}



/** BOLD  **/

.bold_green {
	font-weight: bold;
	color: #66CC00;
}
.bold_orange {
	color: #FF6600;
	font-weight: bold;
}



/** PARAS **/

.para_green {
	color: #66CC00;
}
.para_orange {
	color: #FF6600;
}



/** LINKS **/

a:link {
	color: #003366;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #FF6600;
}

.title_blue {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #003366;
	font-weight: bold;
}
.title_blue a:link{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
.title_blue a:visited{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
.title_blue a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
