html,body {
	height: 100%;
}

#container {
	margin: auto;
	width: 100%;
	text-align: left;
	height: 75%;
}

.main {
	width: 100%;
	height: 100%;
}


body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color:#003;
	font-size:medium;
/*	background-image: url(images/pageback.jpg);*/
}


.home_white {
	color: #fff;
	font-size: 18px;
/*	background-image: url(images/pageback.jpg);*/
}



.style1 {
	color: #000000;
	font-size: 24px;
}

.menu_background{
	color: #000000;

}

.menu_a:link {
	color: #FFCC00;
	text-decoration: none;
	font-size: small;
}

.menu_a:visited {
	color: #FFCC00;
	text-decoration: none;
	font-size: small;
}
.menu_a:hover {
	color: #00ff00;
	text-decoration: none;
	font-size: small;
}
.menu_a:active {
	color: #FFCC00;
	text-decoration: none;
	font-size: small;
}

a:link {
	color: #000066;
	text-decoration: none;
	font-size: medium;
}

a:visited {
	color: #000066;
	text-decoration: none;
		font-size: medium;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
		font-size: medium;
}
a:active {
	text-decoration: none;
		font-size: medium;
}


h1 {
	font-size: xx-large;
	color: #FFCC00;
}

h2 {
	font-size: large;
	color: #FFFFFF;
}

h3 {
	font-size: large;
	color: #FFFFFF;
	font-weight: bold;
	
}




td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.content-table {
	background-color: #FFFFFF;
    margin-left: 3%;
    margin-right: 3%;
	border-style: solid;
	border-width: medium;
	border-color: #000000;
}

.title-table {font-size: large;
	color: #FFFFFF;
		text-align: center;
}



.style2 {font-size: medium}
.style3 {font-size: small;
color:#FFF;
}

.smallblack {
	color: #000;
}

.smallwhite {
	color: #fff;
}

.bol_a:link {
	color: #0f0;
	text-decoration: none;
	font-size: small;
}

.bol_a:visited {
	color: #0f0;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
}
.bol_a:hover {
	color: #0f0;
	text-decoration: none;
	font-size: small;
		font-weight: bold;
}
.bol_:active {
	color: #0f0;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
}

