/* Main ======================================== */

body,
html
{
	background-image : url(img/bg02.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 12px;
/*	color: #0099FF;*/
	color: #000000;
	margin: 0;
	padding: 0;
	background-attachment: fixed;
}

	
/* stragglers ======================================== */	

img
{
	border: 0;
}

img a {
	border: 0;
	text-decoration: none;
}
	
/* Link ======================================== */

a
{
	color: #FF00FF;
	text-decoration: none;
}

a:visited
{
	color: #FF00FF;
/*	color: #0099FF;*/
	font-weight: normal;	
	text-decoration:line-through;
}

a:hover
{
	font-weight: normal;
	text-decoration: line-through;
}

a:active
{
	font-weight: normal;
	text-decoration: none;
}


/* Headings ======================================== */

h1, h2, h3, h4, h5, h6	{
	font-weight: normal;
	color:#0099FF;
	margin: 0;
	}

h1	{
	font-size: 16px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	color: #000000;
	}
	
h2	{
	font-size: 12px;
	color:0099FF;
	/*color:#FF00FF;*/
	}	
h2 a:link, h2 a:visited, h2 a:hover{
	color:#FF00FF;
/*	color:#666666;*/
	}

h3 {
	font-size: 10px;
	color:#666666;
	}
	
p
{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 1.5em;
	font-size: 12px;
	color: #000000;
/*	color: #0099FF;*/
}

.contact {
	font-size: 32px;
	color:#666666;
	line-height: 28px;
	}
.contact a:link, .contact a:visited{
	color:#666666;
	text-decoration:none;
}

.contact a:hover{
	color:#0099FF;
	text-decoration:none;
}

.about1 {
	color:#0099FF;
	font-size: 32px;
	line-height: 26px;	
}

.about2 {
	color:#333333;
	font-size: 24px;
	line-height: 20px;	
	}