@charset "UTF-8";
/* CSS Document */

/*-------------font styling-------------------*/

h2{
	font-size: 20px;
	font-weight: normal;
}

.rightBlock h2,
.rightBlock2 h2{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

p{
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size:12px;
	color:#FFF;
	font-weight: normal;	
}

a:link,
a:visited,
a:active{
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
	font-weight: bold;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
	color: #06F;
}
