@charset "UTF-8";
body,td,th {
font-size: 12px;
color: #222;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
background-color: #FFFFFF;
margin-top: 50px;
margin-right: 150px;
margin-bottom: 50px;
margin-left: 100px;
line-height: 120%;
}
body {
	background-image: url(images/side_bar.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #037D81;
	line-height: 24px;
	font-style: normal;
	font-weight: 100;
	font-variant: small-caps;
	text-transform: capitalize;
	letter-spacing: .5px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF6666;
}
a:active {
	text-decoration: none;
}

