/* CSS Document */
.link1 {
	font-family: "Tahoma", Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #1180C8;
}
.link1:visited {
	text-decoration: none;
	color: #1180C8;
}
.link1:hover {
	text-decoration: none;
	color: #ED8A00;
	text-decoration:underline;
}
.link1:active {
	text-decoration: none;
	color: #1180C8;
}

.link2 {
	font-family: "Tahoma", Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #4D4D4D;
}
.link2:visited {
	text-decoration: none;
	color: #4D4D4D;
}
.link2:hover {
	text-decoration: none;
	color: #ED8A00;
	text-decoration:underline;
}
.link2:active {
	text-decoration: none;
	color: #4D4D4D;
}

.link2small {
	font-family: "Tahoma", Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #4D4D4D;
}
.link2small:visited {
	text-decoration: none;
	color: #4D4D4D;
}
.link2small:hover {
	text-decoration: none;
	color: #ED8A00;
	text-decoration:underline;
}
.link2small:active {
	text-decoration: none;
	color: #4D4D4D;
}

.menu {
    BORDER-RIGHT: #c3c8cb 0px solid;
    PADDING-RIGHT: 3px;
    BORDER-TOP: #fefefe 0px solid;
    DISPLAY: block;
    PADDING-LEFT: 30px;
    PADDING-BOTTOM: 5px;
    MARGIN: 0px;
    FONT: 11px "Tahoma", Helvetica, sans-serif;
	font-weight: BOLD;
    BORDER-LEFT: #fefefe 0px solid;
    WIDTH: 201px;
    COLOR: #1D5DA4;
    PADDING-TOP: 4px;
    BORDER-BOTTOM: #ffffff 1px solid;
    TEXT-ALIGN: left;
    TEXT-DECORATION: none;
	background-image:url(../images/bt.jpg); repeat-x
}
.menu:hover {
    font-weight: BOLD;
	BORDER-RIGHT: #fefefe 0px solid;
    PADDING-RIGHT: 3px;
    BORDER-TOP: #c3c8cb 0px solid;
    PADDING-LEFT: 30px;
    PADDING-BOTTOM: 5px;
    BORDER-LEFT: #c3c8cb 0px solid;
    COLOR: #D34501;
	WIDTH: 201px;
    PADDING-TOP: 4px;
    BORDER-BOTTOM: #ffffff 1px solid;
    TEXT-DECORATION: none;
	background-image:url(../images/bt-over.jpg); repeat-x
}
.menu:active {
    BORDER-RIGHT: #c3c8cb 0px solid;
    PADDING-RIGHT: 3px;
    BORDER-TOP: #fefefe 0px solid;
    DISPLAY: block;
    PADDING-LEFT: 30px;
    PADDING-BOTTOM: 5px;
    MARGIN: 0px;
    FONT: 11px "Tahoma", Helvetica, sans-serif;
	font-weight: BOLD;
    BORDER-LEFT: #fefefe 0px solid;
    WIDTH: 201px;
    COLOR: #1D5DA4;
    PADDING-TOP: 4px;
    BORDER-BOTTOM: #ffffff 1px solid;
    TEXT-ALIGN: left;
    TEXT-DECORATION: none;
	background-image:url(../images/bt.jpg); repeat-x
}

.text {
	font-family: "Tahoma", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}
.top-line {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
}
.frame {
	border:1px solid;
	border-top-color:#A5A3A3;
	border-bottom-color:#A5A3A3;
	border-left-color:#A5A3A3;
	border-right-color:#A5A3A3;
}
.frameAll {
	border:1px solid;
	border-top-color:#F9CE9B;
	border-bottom-color:#F9CE9B;
	border-left-color:#F9CE9B;
	border-right-color:#F9CE9B;
}
.errorframe {
	border:1px solid;
	border-top-color:#1D5DA4;
	border-bottom-color:#1D5DA4;
	border-left-color:#1D5DA4;
	border-right-color:#1D5DA4;
}
.italics-text {
	font-family: "Tahoma", Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000000;
}
.ErrorText {
	font-family: "Tahoma", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
	padding-left:5px;
}
.NormalText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#595959;
	padding:5px;
}
.BoldNormalText {
	font-family: "Tahoma", Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#595959;
	padding-left:5px;
}
.HeadingText {
	font-family: "Tahoma", Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #ed8a00;
	padding-left:5px;
}
.TableHead {
	font-family: "Tahoma", Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #ED8A00;
	text-indent:2px;
	background-color:#FCF4EB;
	height:25px;
}
/*
.FormText
{
    MARGIN-TOP: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
}*/
.FormText 
{
    BORDER-RIGHT: #CCCCE4 1px solid;
    BORDER-TOP: #CCCCE4 1px solid;
    BORDER-BOTTOM: #CCCCE4 1px solid;
    BORDER-LEFT: #CCCCE4 1px solid;
	font-family: "Tahoma", Helvetica, sans-serif;
	font-size: 12px;
	padding:2px;
	color: #333333;
    BACKGROUND-COLOR: #fff;
}
.FormText TEXTAREA
{
    BORDER-RIGHT: #FF9900 1px solid;
    BORDER-TOP: #FF9900 1px solid;
    BORDER-LEFT: #FF9900 1px solid;
    BORDER-BOTTOM: #FF9900 1px solid;
	font-family: "Tahoma", Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
    BACKGROUND-COLOR: #fff;
}
.btn
{
    BORDER-RIGHT: #3964AB 1px solid;
    BORDER-TOP: #3964AB 1px solid;
    BORDER-LEFT: #3964AB 1px solid;
    BORDER-BOTTOM: #3964AB 1px solid;
	font-family: "Tahoma", Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	cursor:pointer;
	color: #3964AB;
    BACKGROUND-COLOR: #CCCCE4;
}

.file_field
{
	width:200px;
    BORDER-RIGHT: #CCCCE4 1px solid;
    BORDER-TOP: #CCCCE4 1px solid;
    BORDER-BOTTOM: #CCCCE4 1px solid;
    BORDER-LEFT: #CCCCE4 1px solid;
	
    -moz-border-top:#CCCCE4 1px solid;
    -MOZ-BORDER-BOTTOM: #CCCCE4 1px solid;
    -MOZ-BORDER-LEFT: #CCCCE4 1px solid;
	font-family: "Tahoma", Helvetica, sans-serif;
	font-size: 12px;
	padding:2px;
	color: #333333;
}

.submit2 {
	background-image: url(../images/submit-button.gif);
	height : 20px; 
	width : 48px;
	font: Tahoma; 
	font-size : 11px;
	font-weight:bold;
	color: #FFFFFF;
	background-position : center; 
	border-top : 0 solid #eeeeee; 
	border-left : 0 solid #eeeeee; 
	border-right : 0 solid #eeeeee; 
	border-bottom : 0 solid #eeeeee;
	cursor:pointer;
}

.font2bold
{
	font-family: "Tahoma", Helvetica, sans-serif;
	font-size:11px;
	color:#595959;
	padding-left: 8px;
	padding-right: 10px;
	font-weight:bold;
}

.refer2friend
	{
	font-family:"Tahoma", Helvetica, sans-serif;
	font-size:21px;
	color:#fd6704;
	font-weight:bold;
	}

.top_nav2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#737373;
	padding-left: 5px;
	text-decoration: none;
}
.top_nav2:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f66404;
	text-decoration: none;
}
H2 {
margin: 0px;
}

.submit3 {
	background-image: url(../images/empty-button.gif);
	height : 26px; 
	width : 135px;
	font: Tahoma; 
	font-size : 11px;
	font-weight:bold;
	color: #873A11;
	background-position : center; 
	border-top : 0 solid #eeeeee; 
	border-left : 0 solid #eeeeee; 
	border-right : 0 solid #eeeeee; 
	border-bottom : 0 solid #eeeeee;
	cursor:pointer;
	padding-bottom:4px;
}
.submit4 {
	background-image: url(../images/empty-button1.gif);
	height : 26px; 
	width : 95px;
	font: Tahoma; 
	font-size : 11px;
	font-weight:bold;
	color: #873A11;
	background-position : center; 
	border-top : 0 solid #eeeeee; 
	border-left : 0 solid #eeeeee; 
	border-right : 0 solid #eeeeee; 
	border-bottom : 0 solid #eeeeee;
	cursor:pointer;
	padding-bottom:4px;
}
.submit5 {
	background-image: url(../images/empty-button2.gif);
	height : 25px; 
	width : 81px;
	font: Tahoma; 
	font-size : 11px;
	font-weight:bold;
	color: #873A11;
	background-position : center; 
	border-top : 0 solid #eeeeee; 
	border-left : 0 solid #eeeeee; 
	border-right : 0 solid #eeeeee; 
	border-bottom : 0 solid #eeeeee;
	cursor:pointer;
	padding-bottom:3px;
}
.FormText
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#595959;
	border: 1px solid #EEA178;
}

.GreenText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#336600;
	padding:5px;
	font-weight:bold;
}

.RedText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#990000;
	padding:5px;
	font-weight:bold;
}

.OrangeText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FF9900;
	padding:5px;
	font-weight:bold;
}

/* Kalpana */

.HeadingText1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #ed8a00;
	padding-left:5px;
}
