body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-color: #272543;
	background-image: url(_graphics/bkg_gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}



a:link {
	color: #C53842;
	text-decoration: underline;
}
a:visited {
	color: #C53842;
	text-decoration: underline;
}
a:hover {
	color: #C53842;
	text-decoration: underline;
}
a:active {
	color: #C53842;
	text-decoration: underline;
}

a.nav_link:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav_link:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav_link:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.nav_link:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.underline_link:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a.underline_link:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a.underline_link:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.underline_link:active {
	color: #FFFFFF;
	text-decoration: underline;
}



.titles {
	font-size: 14px;
	font-weight: bold;
}
.titles_white {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}
.white {
	color: #FFFFFF
}
.white_bold {
	color: #FFFFFF; 
	font-weight: bold;
}
