body
{
	margin-top:10px
}

.menuTD
{
	height:37px;
	background-image:url(../images/button_Menu.gif);
	background-repeat:no-repeat;
	padding:10px 0px 0px 0px;
	text-align:center;
	width:71px;
	
}

.menuText
{
	font-family:tahoma;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}

.menuText:hover
{
	color:#AE1E00;
}

.textWhiteBold
{
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}
.text_justify{
font-family:tahoma;
	font-size:11px;
	text-align:justify;
	color:#929292;
}
.textGrayJustify
{
	font-family:tahoma;
	font-size:11px;
	text-align:justify;
	color:#929292;
}

.textRed
{
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	color:#ED4012;
}

.linksRed
{
	font-family:tahoma;
	font-size:11px;
	text-decoration:none;
	color:#ED4012;
}

.linksRed:hover
{
	text-decoration:underline;
}

.titleRed
{
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	color:#ED4012;
	border-bottom:dotted 1px #ED4012;
	padding-bottom:5px;
	padding-left:4px;
}

.linksGray
{
	font-family:tahoma;
	font-size:11px;
	text-decoration:underline;
	color:#929292;
}

.linksGray:hover
{
	text-decoration:none;
}

.textOrangeBold
{
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	color:#E49F2F;
}

.titleRedBG
{
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:20px;
	background-image:url(../images/titleCurve.gif);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#ED4012;
	height:24px;
	width:50%;
}

.inputText
{
	font-family:tahoma;
	font-size:11px;
	color:#929292;
	border:solid 1px #BFC1C3;
	height:17px;
}

.button01
{
	background-color:#ED4012;
	border:solid 1px #ED4012;
	font-family:tahoma;
	font-size:11px;
	color:#FFFFFF;
}

.footer
{
	height:43px;
	text-align:center;
	font-family:Tahoma;
	font-weight:bold;
	color:#FFFFFF;
	font-size:11px;
	background-color:#A6A6A6;
	border-top:solid 1px #ED4012;
}