/* CSS Document */
 
body{
background-image:url('../images/bg.jpg');

background-color: #FFFFFF;
background-repeat:repeat-x;
margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family: georgia;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
}

.newsletter{
	font-family:  georgia;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
}


.title{
	font-family:  georgia;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color:#ffffff;
}

.title2{
	font-family:  georgia;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color:#000000;
} 

a {
	font-family:  georgia;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color:#ffffff;
}
a:hover{
	font-family:  georgia;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color:#000000;
}

.link{
	font-family:  georgia;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color:#000000;
}
