/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #224466;
	margin: 0px;
	padding: 0px;
	background-image: url(global_pics/bg_gradient.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: none;
	color: #113355;
}
a:active {
	text-decoration: none;
	color: #006699;
}
.copyright {
	font-size: 10px;
	color: #FFFFFF;
}
.menu {
	font-size: 12px;
	font-weight: bold;
}
p {
	text-align: justify;
}
.article_header {
	font-size: 18px;
}
.submenu_header {
	font-size: 14px;
}
.alpha_list {
	list-style-type: lower-alpha;
}
.sub_header {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.border {
	border: 1px solid #9CCEE3;
}
