p			{font-family: arial, helvetica;text-align:justify; font-size:12px; color:#808080}
h1           { font-family: arial; font-size: 18pt; font-weight: bold; text-align: left }
h2           { font-family: arial; font-size: 12pt; font-weight: bold }
h3           { color: #000000; font-family: arial; font-size: 10pt; font-weight: bold }
h4           { font-family: arial; color: #000000; font-size: 12px; font-weight: bold }
h6           { font-family: arial; color: #000000; font-size: 10px; font-weight: normal }
a:link	{font-family: arial; color: #660000; text-decoration:none}
a:visited	{font-family: arial; color: #660000; text-decoration:none}
a:hover		{
	font-family: arial;
	color: #000000;
	text-decoration: underline;
}
li	{font-family: arial, helvetica; text-align:left; font-size:12px; color:#000000;
list-style-type:square
}
/*photo profile div*/

div#profile
{background color:#66cccc;
	align: center;
	width: 800px;
	background-color: #999999;
	margin: 15 0 15 0px;
	float: left;
	text-align: justify;
	border: thin solid;
	position: static;
	letter-spacing: normal;
	vertical-align: top;


}

div#profile a
{
	padding:0 10px;
	background-color: #FFFFFF;
	color: #CC0033;
	font-size:10pt;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
	display: inline;
}

div#profile a:hover
{
	padding:0 10px;
	background-color: #FFFFFF;
	color:#000000;
	font-size:10pt;
	text-align: left;
	font-weight: normal;
	text-decoration: underline;
}

div#profile p
{
	padding:0 10 0 140px;
	background-color: #999999;
	color: #000000;
	font-size:10pt;
	text-align: left;
	font-weight: normal;
}

div#profile img
{
	text-align: left;
	vertical-align: top;
	float: left;
	
}

div#profile h1
{
	margin:0;
	background-color:#FFFFFF;
	font-size: 10pt;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	color: #FFFFFF;
}

div#profile h2
{
	background-color: #999999;
	color: #000000;
	font-size:10pt;
	text-align: left;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 10 140px;
}

/*end of profile*/

