BODY 
{
	background-color: #666666;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: White;
}

td
{
		font-family: Helvetica, Arial, sans-serif;
		font-size: 12px;
		color: White;
		vertical-align: top;
}

.bottom
{
	vertical-align: bottom;
}

form
{
margin: 0px;
}

A 
{

	text-transform: uppercase;
}


A:link, A:visited, A:active
	{
	text-decoration: none;
	color: #FFFFFF;
	}

A:hover
	{
	text-decoration:	underline;
	color: #e2017b;
    text-decoration: none;
	} 

.navon
{
	color: #e2017b;
	text-transform: uppercase;
}

.title
{
	font-size: 30px;
	text-transform: uppercase;
}

.subtitle
{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

.smalltext
{
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.adido
{
	font-weight: normal;	font-size: 30px;
	color: #e2017b;
	text-transform: uppercase;
}

input
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-style: solid;
	border-width: 1pt;
	border-color: #666699;
	width: 100px;
	}
	
input.large
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-style: solid;
	border-width: 1pt;
	border-color: #666699;
	width: 250px;
	}
	
input.xlarge
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-style: solid;
	border-width: 1pt;
	border-color: #666699;
	width: 500px;
	}

.line
	{
	border-bottom: 1pt solid #CCCCCC;
	}

.linetop
	{
	border-top: 1pt solid #CCCCCC;
	}

.button

	{
	font-size: 11px;
	font-weight: bold;
	text-align: center; 
	text-transform: uppercase;
	vertical-align: middle; 
	width: 100px; 
	height: 20px;
	padding: 1px 2px 1px 2px;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	margin-bottom: 0px;
	color:#333366; 
	background-color: #F1F1F1; 
	border-color: #999999;
	}
