/* CSS Document */
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

body {   
    background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
.border {
	BORDER-RIGHT: #da251d 1px solid; BORDER-TOP: #da251d 1px solid; BORDER-LEFT: #da251d 1px solid; BORDER-BOTTOM: #da251d 1px solid;	
	}
	.border_black {
	BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid;	
	}
	.border_02 {
	border: 1px solid #CCCCCC;
	}
.heading_white{
	font-family: arial;
	font-size: 14px;
	line-height: 12px;
	color: #ffffff;
	font-weight: 700;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
	}
.heading{
	font-family: arial;
	font-size: 12px;
	line-height: 12px;
	color: #000000;
	font-weight : bold;
	}
.heading_01{
	font-family: arial;
	font-size: 12px;
	line-height: 12px;
	color: #29166f;
	font-weight : bold;
	}
.nav_Black{
	font-family: verdana;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	}	
	.nav_blacksmall{
	font-family: verdana;
	font-size: 9px;
	line-height: 12px;
	color: #000000;
	}	
.nav_RED{
	font-family: "Arial";
	font-size: 13px;
	line-height: 12px;
	color: #da251d;
	}
.nav_red01{
	font-family: arial;
	font-size: 16px;
	color: #da251d;
	font-weight:bold;
	letter-spacing: 2pt;
	}
.nav_black01{
	font-family: arial;
	font-size: 16px;
	color: #000000;
	font-weight:bold;
	letter-spacing: 2pt;
	}
.nav_white{
	font-family: arial;
	font-size: 12px;
	line-height: 12px;
	color: #ffffff;
	}
.nav_inner{
	font-family: arial;
	font-size: 12px;
	line-height: 12px;
	color: #28166f;
	}
.validation{
	font-family: arial;
	font-size: 12px;
	color: #FF0000;
	}
.field {

	}		
tr.field {

	}	
tr.field:hover {

	}
	
.field input {
		}

.field input.txt,
.field input.smtxt,
.field textarea {
		width:320px;
		border:1px solid #ccc;
		border-color:#999 #ccc #ddd #aaa;
		}
		

.field input.txt:focus,
.field input.smtxt:focus,
.field textarea:focus {
		background:#F8F7B8;
		}

