/* CSS Document */
body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11pt;
		color: #669966;
		font-weight: bold;
}

h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: #FFCC33;
		font-weight: bold;
}

.nav_bg {
	background-image: url(images/navigation_bar.jpg);
	background-repeat: no-repeat;
}
	

/* navigation bar*/
.shadow_down {
		background-image: url(images/navigation_shadow.jpg);
		background-repeat: repeat-x;
}

.links {
		font-family: arial, helvetica, sans-serif;
		font-size: 12pt;
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
}

.links:hover {
		font-family: arial, helvetica, sans-serif;
		font-size: 12pt;
		color: #ffcc33;
		font-weight: bold;
		text-decoration: none;
}

.linkinuse {
		font-size: 12pt;
		color: #ffcc33;
		font-weight: bold;
		text-decoration: none;
}

/* body */
.left_box{
		background-image:  url("images/box.jpg");
		background-repeat: no-repeat;
}

.right_box{
		background-image:  url("images/box.jpg");
		background-repeat: no-repeat;
}

.highlight_green{
		color: #669966;
		font-weight: bold;
}

.highlight_yellow{
		color: #FFCC33;
		font-weight: bold;
}

.main_left{
		padding-left: 10px;
}

.boxlink{
		font-weight: bold;
		padding-left: 5px;
		color: #669966;
		text-decoration: underline;
}

.boxlink:hover{
		font-weight: bold;
		padding-left: 5px;
		color: #669966;
		text-decoration: none;
}

/* boxes */
.boxlarge_green{
		font-size: 16pt;
		color: #669966;
		font-weight: bold;
		padding-left: 3px;
		padding-top: 10px;
		padding-bottom: 5px;
}

.boxtext{
		font-weight: bold;
		padding-left: 5px;
		padding-top: 3px;
}


/* bottom bar */

.shadow_up {
		background-image: url(images/bottom_shadow.jpg);
		background-repeat: repeat-x;
}

.bottom_text {
		color: #ffffff;
}

.bottom_link {
		color: #ffffff;
		text-decoration: none;
}
.bottom_link:hover {
		color: #ffcc33;
		text-decoration: none;
}