BODY {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color:#6A6A6A;
}
TD{
	font-weight: normal; 
	color:#FCF6A2;
	font-family : Arial, Verdana, sans-serif;
	font-size:11px;
}
h1{
	color: #FFFFFE;
}
a{
	color : #FCF6A2;
	font-family :   Arial,Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	
}

a:hover{
	color : #FCF6A2;
	font-family : Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	
}
.content{
	text-align: justify;
	font-weight: normal; 
	color:#FCF6A2;
	font-family : Arial, Verdana, sans-serif;
	font-size:11;
}

.content_title{
	font-weight: bold;
	color: #FCF6A2;
	font-family : Arial, Verdana, sans-serif;
	font-size:12;
}
.content_title:hover{
	font-weight: bold;
	color: #FCF6A2;
	font-family : Arial, Verdana, sans-serif;
	font-size:12;
}
.content_abstract{
	text-align: justify;
	font-weight: normal; 
	font-style: italic;
	color:#FCF6A2;
	font-family : Arial, Verdana, sans-serif;
	font-size:12;
}

.menu{
	color:#FCF6A2;
	font-family : Arial, Verdana, sans-serif;
	font-size:11;
	font-weight: normal;
}
.menu:hover{
	color:#FCF6A2;
	font-family : Arial, Verdana, sans-serif;
	font-size:11;
	font-weight: normal;
	text-decoration: none;
}

img{
	border-color: #FCF6A2;
}
.title{
	color:#FCF6A2;
	font-family : Arial, Verdana, sans-serif;
	font-size:12;
	font-weight: bold;
}
.link{
	color:#FCF6A2;
	font-family : Arial, Verdana, sans-serif;
	font-size:12;
	font-weight: bold;
}
.link:hover{
	color:#FCF6A2;
	font-family : Arial, Verdana, sans-serif;
	font-size:12;
	font-weight: bold;
}

a.tip {
        position: relative;
        text-decoration: none;
        z-index: 0;
      
}
a.tip:hover {
        position: relative;
        z-index: 100;
}
a.tip div.tip {
        position: absolute;
        width: 634px;
		height:235px;
        display: none;
        margin-top:-291px;
        z-index: 0;
}
a.tip:hover div.tip {
        position: absolute;
        width: 634px;
        display: block;
        visibility: visible;
        padding: 4px;
        background-color: #FFFFFF;
        font: Arial, Helvetica, sans-serif;
        color: #000000;
		font-weight:normal;
		
        text-align: center;
        -moz-opacity: 0.85;
        opacity: 0.85;
        filter: alpha(opacity=85);
        z-index: 100;
}

#menuBarHolder {margin-left:142px; margin-top:20px; width: 639px; padding-top:3px; height:48px; background-color:#FFFFFF;   font: Arial, Helvetica, sans-serif; }
#menuBarHolder ul{ list-style-type:none; display:block; margin:0px; padding:0px;}
#menuBar li{  float:left; margin:0px; padding:0px; }
#menuBar a{ border:none;}



.menuInfo {font-size:12px;  cursor:hand; background-color:#ffffff; color: #000000;
width:633px;  height:237px; padding:3px; display:none; text-align:center;
position:absolute;  margin-top:-290px;

        -moz-opacity: 0.85;
        opacity: 0.85;
        filter: alpha(opacity=85);
        z-index: 100;
}
