/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	background: #CCCCCC url(images/bg.gif) repeat-x;
}

#intro {
	margin: 2px;
	position: relative;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
}

.bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 28px;	
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 18px;
}

.articletitle a{ 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #9E9CA3;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #9E9CA3;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:visited {
	text-decoration: none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
