@charset "utf-8";
/* CSS Document */


body {
	margin-top: 0px;
	background-image: url(images/background.jpg);
	background-color: #000;
	background-repeat: repeat-x;
}

body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #000;
}

.footer_items {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	text-align:center
}

.required {
	font-size: 12px;
	color: #C00;
}

.bottom_nav a:link {
	text-decoration: none;
	color: #FFF;
	font-size: 13px;
}
.bottom_nav a:visited {
	text-decoration: none;
	color: #FFF;
	font-size: 13px;
}
.bottom_nav a:hover {
	text-decoration: none;
	font-size: 13px;
	color: #FF6699;
}
.bottom_nav a:active {
	text-decoration: none;
	font-size: 13px;
}



.link a:link {
	text-decoration: underline;
	color: #000;
}
.link a:visited {
	text-decoration: none;
	color: #000;
}
.link a:hover {
	text-decoration: underline;
	color: #F06;
}
.link a:active {
	text-decoration: none;
	color: #000;
}





.sgk_tertiary_nav li a {
	color: #333333;
	text-decoration: underline;
}

.sgk_tertiary_nav li a:hover {
	color: #C60070;
	text-decoration: underline;
}

.sgk_tertiary_nav li a.selected {
	color: #C60070;
	text-decoration: underline;
}
