body	{
	//background: url(images/background-lightgray.jpg);
	background: #F5F5F5;
	}

.menu_side {
	position: absolute;
	top: 0px;
	left: 0px;
	}

.main_cont {
	position: absolute;
	top: 34px;
	left: 138px;
	width: 641px;
	padding: 10px;
	overflow: visible;
	background: #FFFFFF;
	border: solid 1px black;
	font: normal 10pt arial;
	color: #000000;
	text-align: justify;
	}

table	{
	font: normal 10pt arial;
	color: #000000;
	text-align: justify;
	}
	
.title	{
	font: bold 11pt verdana;
	color: #6CB700;
	}

a:link, a:visited, a:active	{
	font: bold 10pt arial;
	color: #6D3493;
	text-decoration: none;
	}

a:hover {
	font: bold 10pt arial;
	color: #6D3493;
	text-decoration: underline;
	}

a.menu  {
        font: bold 10pt arial;
        color: #6D3493;
	text-decoration: none;
        }

a.menu:hover {
        font: bold 10pt arial;
        color: #6D3493;
	text-decoration: underline;
	}	

a.menu2 {
        font: bold 9pt arial;
        color: #6CB700;
        text-decoration: none;
        }

a.menu2:hover {
        font: bold 9pt arial;
        color: #6CB700;
        text-decoration: underline;
        }

a.news {
        font: normal 9pt arial;
        color: #6D3493;
        text-decoration: none;
        }

a.news:hover {
        font: normal 9pt arial;
        color: #6D3493;
        text-decoration: underline;
        }

.submit	{
	font: normal 9pt arial;
	}

input	{
	font: normal 9pt arial;
	}

.rightmenu {
	position: absolute;
	top: 144px;
	left: 661px;
	width: 210px;
	background-color: #FFFFFF;
	border-top: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	border-left: solid 1px black;
	z-index: 10;
	padding: 5px;
	}
	
.memberimg {
	position: absolute;
	top: 143px;
	left: 618px;
	}

.resInfo {
        width: 100%;
        }

.resTable {
        border: 0px;
        }

.resData1 {
        border-top: dashed #555555 1px;
        border-bottom: dashed #555555 1px;
        background: #FFFCFF;
        padding: 3px;
        margin: 1px;
        text-align: left;
        }

.resData2 {
        border-top: dashed #555555 1px;
        border-bottom: dashed #555555 1px;
        background: #FFFFFC;
        padding: 3px;
        margin: 1px;
        text-align: left;
        }

.url	{
	font: bold 10pt arial;
	}

.description {
        font: normal 10pt sans-serif;
        padding: 5px;
        color: #444444;
        }

.authors {
        font: bold 10pt sans-serif;
        color: #3E3E3E;
        padding: 5px;
        }

.copyright {
        font: bold 10pt arial, sans-serif;
        color: #339933;
        padding-left: 5px;
        }

