body
{	
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	margin: 0px;
	padding: 0px;
}

p, td, ol, h2, h3, h4, h5, h6
{	
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #606060;
	line-height:13px;
	margin: 10px 0 0 0;
}

strong
{
	}

h1
{
	margin-left:3px;
	font-family:Arial;
	display:inline;
	font-size:14px;
	color:#de1e1e;
	text-transform:uppercase;
	letter-spacing:1px;
	}

img
{
	display: inline;
	border: 0;
}

.foto
{
	display: block;
	margin:3px;
	border:1px solid #505050;
}

select
{
	border: 1px solid #f0f0f0;
	background-color: #f0f0f0;
	width: 100%;
}

input
{
	background-color: #f0f0f0;
	border-top: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px dotted #808080;
	width: 99%;
	filter:alpha(opacity=80);
}

input.submit
{
	margin: 5px 0 0 0;
	padding: 2px;
	display:block;
	background-color: #F5F5F5;
	border-bottom: #A5A5A5 1px solid;
	border-right: #A5A5A5 1px solid;
	border-left: #CEDCED 1px solid;
	border-top: #CEDCED 1px solid;
	font-weight:bold;
	font-size:10px;
	text-transform: capitalize;
	color: #c40000;
	text-align:center;
	filter:alpha(opacity=80);
	cursor: pointer;
	width: auto;
}

textarea
{
	border: 1px solid #f0f0f0;
	background-color: #f0f0f0;
	rows:5;
	width: 99%;
}
/*==============================================*/

.hide
{
	display: none;
}

.strike
{
	text-decoration: line-through;
}

.Line
{
	background-color:#CEDCED;
}

hr
{
	color:#CEDCED;
	height: 1px;
}

.hilightKeyword
{
	background-color: #ff0;
	color: #000;
	font-weight:bold;
}

.checkbox
{
	display:inline;
	width: 20px;
	height: 20px;
	background-color: transparent;
	border: 1px solid #fff;
}



#mainNav{}

#mainNav a.Link
{
	font-size:12px;
	font-family:verdana;
	color:#de1e1e;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	line-height:17px;
}

#ContentCell
{
	width:850px;}
	
#ContentCell td
{
	text-align:justify;
	}
	
#ContentCell .contentTable
{
	width:850px;
	}
	
#ContentCell .colContent
{
	width:auto;
	padding:15px;
	}
	
#ContentCell .colRight
{
	width:221px;
	background-color:transparent;
	
	border-left:1px dotted #505050;
	
	color:#fd9;
	}
	

#ContentCell a.Link
{
	font-size:10px;
	font-family:verdana;
	color:#de1e1e;
	text-decoration:none;
	font-weight:bold;
	line-height:11px;
}

#ContentCell a.Link:hover
{
	color:#0050aa;
}