/* CSS Document */
body{
background-color:#c450a6;
background-repeat:no-repeat;
margin:0px;
}
.navi{
background-image:url(images/nav_n.jpg);
background-repeat:repeat-x;
}
.footer{
background-color:#a2c681;
padding:25px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color:#336633;
line-height:16px;
}
.main_text {
padding:25px;
background-color:#a33386;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color:#FFFFFF;
line-height:16px;
font-weight:normal;
}
.title{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: normal;
color:#FFFFFF;
line-height:22px;
font-weight:bold;
}
.nav{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#ffffff;
	line-height:51px;
	text-decoration:none;
}
a.nav:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#ffffff;
	line-height:51px;
	background:url(images/nav_ro.jpg) repeat-x;
	display:block; 
}
h1{
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight : bold;
	color: #FFF;
}
a{
	color:#FFFFFF;
	text-decoration:underline;}
a:hover{
	color:#FFFFFF;
	text-decoration:none;}