html{
height: 100%;
}

body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 0.9em;
	color: #000000;
	margin: 0; 
	padding: 0;
	text-align: center;
}

.front_centered
{
	height: 50%; 
	width: 50%;
    position: absolute; 
	left: 25%; top: 25%;
	text-align: center;
}


.main_table{
background-repeat: repeat-y;
	background-position: center;
	background-image:  url(images/bg.gif);
}
.project
{
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	font-style: normal;
	line-height : 150%;
}

h2 {
background : #000000;
color : #ffffff;
font : 1.2em "Century Gothic", Arial, Helvetica, sans-serif;
text-align : left;
padding : 5px 10px;
margin-top : 0;
}
table {
	border-collapse: collapse;
	}
p
{
	font-size : 0.9em;
	line-height : 170%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin : 10px;
}
.main_div
{
	clear : both;
	background : #EEEEEE;
	padding : 15px;
	border-top : 1px solid #ddd;
	border-bottom : 1px solid #ddd;
	font-size : 0.85em;
	height: 100%;
	overflow : auto;
}

.main_top
{
	background-image:  url(images/menu_bg.gif);
	background-repeat: repeat-x;
}
.bottom
{
font-size : 0.9em;
color: #999999;
}
.bottom A:link
{
	color: #999999;
	text-decoration: none;
}
.bottom A:visited
{
color: #999999;
	text-decoration: none;
}
.bottom A:active
{
color: #999999;
	text-decoration: none;
}
.bottom A:hover
{
text-decoration: underline;
	color: #666666;
}

#middle {
	background : #eeeeee;
	padding : 0;
	margin : 0;
	text-align : left;
	height : auto;
	height : 1px;
}

 
td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.85em;
	font-style: normal;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.85em;
	font-style: normal;
}


a:link {
	text-decoration: underline;
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.85em;
	font-style: normal;
}
a:visited
{
	text-decoration: underline;
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.85em;
	font-style: normal;
}

a:active
{
	text-decoration: underline;
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.85em;
	font-style: normal;
}
a:hover{
	color: #666666;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.85em;
	font-style: normal;
}

