
body 
{
margin: 0px;
background-color:#525252;
color: #525252; 
font-family: helvetica, arial, sans-serif; 
font-size: 11px; 
font-style: normal; 
text-decoration: none; 
letter-spacing: 0px;
}

a {
color: #999999; 
font-family: helvetica, arial, sans-serif; 
font-size: 11px; 
font-style: normal; 
text-decoration: underline; 
letter-spacing: 0px;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #999999;
	text-decoration: none; 

}
a:active {
	color: #999999;
}

img {
	border:none;
}

p {
	font-size:10px;
	margin:0 0 5px 0;
	line-height: 1.5em;
}

/*  -----------------   Text  -------------------------  */
.form
{
color: #999999; 
font-family: helvetica, arial, sans-serif; 
font-size: 10px; 
font-style: normal; 
text-decoration: none; 
letter-spacing: 0px;
} 

a.form, a.form:hover
{
color: #999999; 
font-family: helvetica, arial, sans-serif; 
font-size: 10px; 
font-style: normal; 
line-height: 15px;
text-decoration: underline; 
letter-spacing: 0px;
} 

.formpink
{
color: #DF0074; 
font-family: helvetica, arial, sans-serif; 
font-size: 10px; 
font-style: normal; 
text-decoration: none; 
letter-spacing: 0px;
} 

a.formpink, a.formpink:hover
{
color: #DF0074; 
font-family: helvetica, arial, sans-serif; 
font-size: 10px; 
font-style: normal; 
line-height: 15px;
text-decoration: underline; 
letter-spacing: 0px;
} 

.container {
	margin:auto;
	padding:0;
	width:878px;
	text-align:left;
}

.header {
	width:875px;
	margin-bottom:1px;
}


