/* CSS Document */
body{
background-color:#000000;
background-image:url(../images/background_main2.jpg);
background-attachment:fixed;
margin-left:10%;
margin-right:10%;
}
.background{
border:#FFFFFF;
background-color:#8a8ca4;
background-image:url(../images/background.jpg);
}

.background_index{
border:#ffffff;
background-color:#8a8ca4;
background-image:url(../images/background.jpg);
}

.header{
background-image:url(../images/main_header1_long.jpg);
height:168px;
}

p{
/*background-image:url(../images/background.jpg);*/
padding-left:10px;
padding-right:15px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
line-height:25px;
color: #000000;
}
ul{
/*background-image:url(../images/background.jpg);*/
margin-left:25px;
background-color:#F0F0F0;
padding-left:10px;
padding-right:15px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
line-height:20px;
color:#000000;
}
/*Lists*/
ol{
/*background-image:url(../images/background.jpg);*/
background-color:#F0F0F0;
padding-left:10px;
padding-right:15px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:12px;
line-height:20px;
color:#000000;

}

.title{
color:#000000;
width:100%;
font:Georgia, "Times New Roman", Times, serif;
font-size:26px;
}


/*Titles*/
.title2{
background-color:#F0F0F0;
font-weight:bold;
text-align:left;
color:#000000;
font:Georgia, "Times New Roman", Times, serif;
font-size:14px;
}

.list_participants{
font-size:12px;	
font-family: Georgia, "Times New Roman", Times, serif;
line-height:16px;
color:#000000;
}

a{
font-family: Georgia, Times New Roman, Times, serif;
font-size: 12px;
}

a:link {
	text-decoration: underline;
	color:#0066FF;
}
a:visited {
	text-decoration: underline;
	color:#0066FF;
}
a:hover {
	text-decoration: none;
	color:#0066FF;
}
a:active {
	text-decoration: underline;
	color:#0066FF;
}

a.buttons{
	margin-right:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color:#4BAC5D;
	text-decoration: underline;
	font-weight:bold;
} 

a.buttons:link{
color:#4BAC5D;
};
a.buttons:visited{
color:#4BAC5D;
}
a.buttons:hover {
	text-decoration: none;
	color:#000000;
}
a.buttons:active {
	text-decoration: underline;
	color:#4BAC5D;
}




.float_left{
margin-right:18px;
margin-left:18px;
border-color:FFFFFF;
background-color:#F0F0F0;
}

.float_right{
margin-left:18px;
float:right;
border-color:FFFFFF;
background-color:#F0F0F0;

}

img{
margin-right:18px;
margin-right:18px;
border:#FFFFFF;
}

.pdf{
float:left;
background-image:url(../images/icon_pdf.png);
background-repeat:no-repeat;
padding-left:30px;
line-height:16px;
}

.ppt{
float:left;
background-image:url(../images/icon-ppt.png);
background-repeat:no-repeat;
padding-left:30px;
line-height:16px;
}

.wma{
float:left;
background-image:url(../images/ScreenShot108.jpg);
background-repeat:no-repeat;
padding-left:30px;
line-height:16px;
}

.doc{
float:left;
background-image:url(../images/icon_worddoc.png);
background-repeat:no-repeat;
padding-left:30px;
line-height:16px;
}

.link{
float:left;
background-image:url(../images/icon_hyperlink.gif);
background-repeat:no-repeat;
padding-left:30px;
line-height:16px;
}

