body {
	font-family: Lucida Grande, Arial, Helvetica, Verdana, Geneva, san-serif;
	font-size: 10px;
	line-height: 15px;
	color: #555555;
	margin:0px 0px 0px 0px;
	background: #FFFFFF;
}
#wrapper 
{
	margin: 0px auto;
	padding: 10px;
	background-color: #fff;
	color: #333;
	line-height: 130%;
	position: relative;
	text-align: left;
	width: 678px;
}
#footer 
{
	width: 678px;
	padding-top: 5px;
	padding-bottom: 20px;
	font-family: Lucida Grande, Arial, Helvetica, Verdana, Geneva, san-serif;
	font-size: 9px;
	line-height: 15px;
	color: #666666;
}
#footer A  			{ color: #666666; text-decoration: none; }
#footer A:link			{ color: #666666; text-decoration: none; }
#footer A:visited		{ color: #666666; text-decoration: none; }
#footer A:hover		{ color: #C1131E; text-decoration: underline; }
#footer A:active		{ color: #666666; text-decoration: underline; }

TABLE {
	font-family: Lucida Grande, Arial, Helvetica, Verdana, Geneva, san-serif;
	font-size: 10px;
	line-height: 15px;
	color: #555555;
}
IFRAME	{
	margin: 0;
	padding: 0;
	border-width: 0px;
	overflow: visible;
}
#content_profile
{
	width: 430px;
	height: 440px;
	background-color: #FFFFFF;
}
	
		
#profile
{
	width: 430px;
}
	
INPUT {
	font-family: Tahoma, Ludica Grande, Verdana, Arial, Helvetica, Geneva, san-serif;
	font-size: 10px;
	color: #383838;
	text-transform: none;
}
P {
	margin: 0px;
	padding: 0px;
	padding-top: 12px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 20px;
}
ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-left: 1em;
}
li.single {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1em;
}
li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1em;
	padding-bottom: 10px;
}
A	{ 
	color: #666666;
	text-decoration: none;
}
A:link {
	color: #666666;
	text-decoration: none;
}
A:visited	{ 
	color: #666666;
	text-decoration: none;
}
A:active	{ 
	color: #666666;
	text-decoration: underline;
}
A:hover	{ 
	color: #666666;
	text-decoration: underline;
}

	ul#errors {
		display: none;
		margin-top: 1em;
		background-color: #FFFFCC;
		border: 1px solid #CC9966;
		padding: .3em;
		color: #990000;
		font-weight: bold;
		width: 390px;
		}
	ul#errors li {
		margin-top: .5em;
		margin-bottom: .5em;
		margin-left: 20px;
		padding: 0;
		cursor: pointer;
		}
	ul#errors li.heading {
		list-style-type: none;
		color: #000;
		font-weight: normal;
		font-style: italic;
		margin: .5em 0;
		padding: 0;
		}
	div.errors {
		border: 1px solid #CC9966;
		background-color: #FFFFCC;
		margin-top: 1em;
		}
	input.errHilite, select.errHilite, textarea.errHilite {
		font-weight: bold;
		border: 1px solid #CC9966;
		background-color: #FFFFCC;
		}
	label.errHilite {
		font-weight: bold;
		color: #990000;
		}



