/* CSS Document */



/*table, td
{
	border: 1px dotted #666666;
}*/

body
{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/main-bg.jpg) top center;
}

.margin
{
	margin:0px;
	padding:0px;
}

.bg-repeat
{
	background-image:url(images/bg-repeat.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

.bg-repeat2
{
	background-image:url(images/bg-repeat2.jpg);
	background-position:top;
	background-repeat:repeat-x;
}


.blueBG
{
	background:url(images/blue-bg.jpg) top left repeat-x;
}
.textfiled-style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #666666;
}


.bodyTxt
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:17px;
	text-decoration:none;
	text-align:justify;
}

.bodyTxt a
{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:17px;
	text-decoration:none;
}

.bodyTxt a:link
{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:17px;
	text-decoration:none;
}

.bodyTxt a:hover
{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#C40109;
	line-height:17px;
	text-decoration:none;
}

.txtred
{
	color:#C40109;
	text-decoration:none;
}
.txt11white
{
	color:white;
	font-size:11px;
}

.txt11white a
{
	color:white;
	font-size:11px;
	text-decoration:none;
}

.txt11white a:link
{
	color:white;
	font-size:11px;
	text-decoration:none;
}

.txt11white a:hover
{
	color:#EA000A;
	font-size:11px;
	text-decoration:none;
}


.txt12white
{
	color:white;
	font-size:12px;
	text-decoration:none;
}

.txt12white a
{
	color:white;
	font-size:12px;
	text-decoration:none;
}

.txt12white a:link
{
	color:white;
	font-size:12px;
	text-decoration:none;
}

.txt12white a:hover
{
	color:#EA000A;
	font-size:12px;
	text-decoration:none;
}

.txt18red
{
	color:#EA000A;
	font-size:18px;
	text-decoration:none;
	line-height:20px;
}

.list
{
}

.list a
{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration:none;
}

.list a:link
{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration:none;
}

.list a:hover
{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#C40109;
	text-decoration:none;
}

	.list ul
	{
		padding:0px;
		margin:0px;
		list-style:none;
	}
	
	.list li
	{
		background:url(images/arrow.gif) 0px 10px no-repeat;
		border-bottom:1px solid #18191C;
		padding-left:20px;
		padding-top:5px;
		padding-bottom:6px;
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
		color:#666666;
		text-decoration:none;
	}

.list2
{
}
	.list2 ul
	{
		padding:0px;
		margin:0px;
		list-style:none;
		width:250px;
	}
	
	.list2 li
	{
		background:url(images/arrow2.gif) 0px 12px no-repeat;
		border-bottom:1px solid #18191C;
		padding-left:20px;
		padding-top:5px;
		padding-bottom:6px;
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
		color:#666666;
		text-decoration:none;
	}



.border-top
{
	border-top:2px solid #C40109;
}
