@charset "UTF-8";

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: url("images/beautiful_bg.png");
	margin: 0px;
	padding: 0px;
	color: #000000;
}
	
a:link, a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
	}
	
a:hover, a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000000;
	}
	
a.nav {
	border-bottom: 0px;
	text-decoration: none;
	}
	
#content {
	width: 450px;
	padding-left: 158px;
	text-align: left;
	}
	
#content.title {
	text-align: left;
	padding-left: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#000000;
	margin: 16px 0px;
	}

#content .body {
	text-align: left;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: black;
	line-height: 24px; 
	padding-bottom: 16px;
	}

#content strong.bodyStrong, #content a.bodyStrong:link, #content a.bodyStrong:visited {
	text-align: left;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-variant: small-caps;
	color: black;
	font-weight: bold;
	line-height: 24px; 
	padding-bottom: 16px;
	}
	
 a.topLink, a.topLink:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-variant: small-caps;
	color: black;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
	cursor: pointer;
	}
	
a.topLink:hover, a.topLink:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-variant: small-caps;
	color: black;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #000000;
	}
	
a.noStyle, a.noStyle:link, a.noStyle:visited, a.noStyle:hover, a.noStyle:active {
	text-decoration: none;
	}

.body-first {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: black;
	line-height: 24px; 
	padding-bottom: 16px;
	}
	
.body-first:first-letter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:400%;
	float:left;
	color:black;
	padding: 6px 6px 6px 0px;
}

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	}