
body {
	margin:0px;
	/*background:url(images/bg.jpg);*/
	background-color:#c90000;
}
.shadow-left{
	background:url(images/shadow.jpg) repeat-y;
	}
.shadow-right{
	background: url(images/shadow-right.jpg) repeat-y;
	}
.login-bg{
	background:url(images/login-bg.jpg) no-repeat;
	height:37px;
	}
.login-txt{
	font-family:tahoma;
	font-size:12px;
	color:#FFFFFF;
	padding-top:5px;
	}
.txt-box{
	border:1px solid #c1c1c1;
	width:82px;
	font-family:tahoma;
	font-size:11px;
	color: #666666;
}
.red-txt{
	font-family:tahoma;
	font-size:11px;
	color:#cc0000;
	padding-left:5px;
}
.red-txt a{
	text-decoration: underline;
	color:#cc0000;
	}
.red-txt a:hover{
	text-decoration:none;
	color:#666666;
	}
.arrow-bg{
	background:url(images/arrow-bg.jpg) no-repeat;
	height:120px;
	width:371px;
	}

.incubator { font:12px Arial, Helvetica, sans-serif;
	color:#636363;
	line-height:18px;
	padding-left:10px;
	}
.incubator a{
	text-decoration:underline;
	color:#cc0000;
	} 
.incubator a:hover{
	text-decoration:none;
	color:#cc0000;
	}
.incubator a:active{
	text-decoration:underline;
	color:#cc0000;
	}
.incubator .box strong { font:bold 14px Arial, Helvetica, sans-serif;
	color:#cc0000;
	}
.incubator .box a{ text-decoration:underline; color:#636363;}
.incubator .box a:hover{ text-decoration:underline; color:#cc0000;}
.incubator .box a:active{ text-decoration:underline; color:#636363;}

.gray-txt{
	font-family:tahoma;
	font-size:12px;
	color:#636363;
	padding-left:10px;
	line-height:18px;
	}
.gray-txt-meet{
	font-family:tahoma;
	font-size:12px;
	color:#636363;
	}	
.gray-txt a{
	text-decoration:underline;
	color:#636363;
	}
.gray-txt a:hover{
	text-decoration: none;
	color:#636363;
	}
.gray-txt-new{
	font-family:tahoma;
	font-size:12px;
	color:#636363;
	line-height:18px;
	padding-left:10px;
	}
.white-txt{
	font-family:tahoma;
	font-size:12px;
	color: #FFFFFF;
	padding-left:10px;
	}	
.white-txt a{
	text-decoration:underline;
	color:#FFFFFF;
	}
.white-txt a:hover{
	text-decoration: none;
	color:#FFFFFF;
	}
.tab-bg{
	background:url(images/tab-bg.jpg) repeat-x;
	height:26px;
	}
.tab-txt{
	font-family:tahoma;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	}
.tab-txt a{
	font-family:tahoma;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	}
.tab-txt a:hover{
	font-family:tahoma;
	font-size:12px;
	color:#d3d1d1;
	text-decoration:none;
	}
.gray-bg{
	background:url(images/gry-bg.jpg) no-repeat;
	width:261px;
	height:143px;
	}
.meet-txt{
	font-family:tahoma;
	font-size:11px;
	color:#636363;
	padding-left:20px;
	line-height:20px;
	}
form .meet-txt{
	font-family:tahoma;
	font-size:11px;
	color:#636363;
	padding-left:0px;
	line-height:20px;
	}
.meet-txt a{
	text-decoration:underline;
	color:#636363;
	}
.meet-txt a:hover{
	text-decoration: none;
	color:#636363;
	}
.red-txt2{
	font-family:tahoma;
	font-size:12px;
	color:#cc0000;
	}
.red-txt1{
	font-family:tahoma;
	font-size:12px;
	color:#cc0000;
	padding-left:10px;
	}
.red-txt1 a{
	color:#cc0000;
	text-decoration:underline;
	}
.red-txt1 a:hover{
	color:#cc0000;
	text-decoration: none;
	}
.bull{
	list-style-image:url(images/txt-bullet.gif);
}

/*faq drop down start*/
#Why {
	width:600px;
	}
#Why h1 {
	color: #209A9B;
	font-size: 20px;
	padding:0px 0px 0px 10px;
	font-weight:normal;
}
.dhtmlgoodies_question {	/* Styling question */
	color: #cc0000;
	font-size:11px;
	font-family:tahoma;
	background: url(images/SlideOpen.jpg) no-repeat left top;
	height:30px;
	overflow:hidden;
	cursor:pointer;
	padding: 0px 0px 0px 12px;
	font-weight:800;
	text-decoration: none;
	line-height: 30px;
	text-align:left;
	font-weight:lighter;
}

.dhtmlgoodies_question1 {	/* Styling question */
	color: #cc0000;
	font-size:11px;
	font-family:tahoma;
	background: url(images/SlideOpen1.jpg) no-repeat left top;
	height:50px;
	overflow:hidden;
	cursor:pointer;
	padding: 0px 30px 0px 12px;
	font-weight:600;
	text-decoration: none;
	line-height: 22px;
	text-align:left;
	font-weight:lighter;
}
.dhtmlgoodies_answer {	/* Parent box of slide down content */
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
}
.dhtmlgoodies_answer_content {	/* Content that is slided down */
	position:relative;
	padding: 10px 12px;
	margin: 0px 10px 0px 10px;
	font-size: 11px;
	font-family:tahoma;
	color: #666666;
	text-decoration: none;
	overflow:hidden;
	line-height: 16px;
	text-align:justify;
	background-color:#FFFFFF;
	
}
.dhtmlgoodies_answer_content a {	
	color: #225D79;
	text-decoration: underline;
}

.dhtmlgoodies_answer_content a:hover {	/* Content that is slided down */
	color: #666666;
	text-decoration: underline;

}

.dhtmlgoodies_answer_content_ul {
	padding: 5px 10px 5px 20px;
	margin:0px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	}

/*faq drop down end*/
.img-border{
	padding-left:10px;
	padding-bottom:3px;
	padding-top:6px;
	}
	
a.red {
	color: #cc0000;
	text-decoration: underline;
}
a.red:hover {

	color: #cc0000;
	text-decoration: none;
}
.fields {
	BORDER-RIGHT: #a6a6a6 1px solid; 
	BORDER-TOP: #a6a6a6 1px solid; 
	FONT-SIZE: 11px; 
	BORDER-LEFT: #a6a6a6 1px solid; 
	WIDTH: 160px; 
	COLOR: #666666; 
	BORDER-BOTTOM: #a6a6a6 1px solid; 
	FONT-FAMILY: Arial
}

.gray-txt1{
	font-family:tahoma;
	font-size:12px;
	color:#636363;
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
	line-height:15px;
	}	
.gray-txt1 a{
	color:#636363;
	text-decoration:underline;
	}
.gray-txt1 a:hover{
	color:#636363;
	text-decoration: none;
	}
#border{
	border:solid 1px #efefef;
	}
.button{
	background-color: #808080;
	border: groove 1px  #999999;
	font:Arial;
	font-size:11px;
	color:#FFFFFF;
	height:20px;
	}
.smpliner {
	background-image: url(images/smp_dot.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.event{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	padding-left:8px;
	}
.plan{
	font-family:Arial;
	font-size:12px;
	color:#cc0001;
	font-weight:bold;
	}
.plan a{
	text-decoration:underline;
	color:#cc0001;
	}
.plan a:hover{
	text-decoration:none;
	color:#cc0001;
	}
.event{
	font-family:Arial;
	font-size:10px;
	color:#cc0001;
	}
.red-txt-new{
	font-family:tahoma;
	font-size:11px;
	color:#cc0000;
	}
.arrow-bg{
	background: url(images/arrow-bg.jpg) no-repeat;
	width:477px;
	height:120px;
	}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	padding:0px 0px 0px 10px;
	color:#777676;
	margin:0px;

	}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#cc0000;
	padding:0px 0px 0px 10px;
	margin:0px;
	}
.white-index{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFFFFF;
	padding-left:17px;
	}
.white-index1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFFFFF;
	padding-left:20px;
	}
/*****ADD New*****/	
p{ margin:0px;
padding:0px 0px 12px 0px;
text-align:justify}	

.gray-border{ border:1px solid #ede9e9
}



.new-fromtxt{ font-family:Arial, Helvetica, sans-serif; font-size:12px ; color:#504f4f;  }

.new-fromtxt a{ font-family:Arial, Helvetica, sans-serif; font-size:12px ; color:#504f4f; text-decoration:underline  }

.new-fromtxt a:hover{ font-family:Arial, Helvetica, sans-serif; font-size:12px ; color:#9a1b1b; text-decoration: none  }

.new-fromtxt input[type=text], input[type=password]{font-family:Arial, Helvetica, sans-serif; font-size:12px ; color:#504f4f; border:1px solid #999 ; width:250px  }

.new-fromtxt input[type=file]{font-family:Arial, Helvetica, sans-serif; font-size:12px ; color:#504f4f; border:1px solid #999 ;  }

.new-fromtxt longinput{ width:250px }
.new-fromtxt select{font-family:Arial, Helvetica, sans-serif; font-size:12px ; color:#504f4f; border:1px solid #999 ; width:250px }


.new-fromtxt textarea {font-family:Arial, Helvetica, sans-serif; font-size:12px ; color:#504f4f; border:1px solid #999 ; width:250px;height:60px   }

.new-fromlogin{ font-family:Arial, Helvetica, sans-serif; font-size:12px ; color:#504f4f;  }

.new-fromlogin a{ font-family:Arial, Helvetica, sans-serif; font-size:12px ; color:#504f4f; text-decoration:underline  }

.new-fromlogin a:hover{ font-family:Arial, Helvetica, sans-serif; font-size:12px ; color:#9a1b1b; text-decoration: none  }

.new-fromlogin input[type=text], input[type=password]{font-family:Arial, Helvetica, sans-serif; font-size:12px ; color:#504f4f; border:1px solid #999 ; width:180px }




/*faq drop down start*/
#Why2 {
	width:560px;

}
.dhtmlgoodies_question2 {	/* Styling question */
	color: #cc0000;
	font-size:11px;
	font-family:tahoma;
	background: url(images/SlideOpen2.jpg) no-repeat left top;
	height:30px;
	overflow:hidden;
	cursor:pointer;
	padding: 0px 0px 0px 12px;
	font-weight:600;
	text-decoration: none;
	line-height: 30px;
	text-align:left;
	font-weight:lighter;
}

.dhtmlgoodies_answer2 {	/* Parent box of slide down content */
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
}
.dhtmlgoodies_answer_content2 {	/* Content that is slided down */
	position:relative;
	padding: 10px 12px;
	margin: 0px 10px 0px 10px;
	font-size: 11px;
	font-family:tahoma;
	color: #666666;
	text-decoration: none;
	overflow:hidden;
	line-height: 16px;
	text-align:justify;
	background-color:#FFFFFF;
	
}
.dhtmlgoodies_answer_content2 a {	
	color: #225D79;
	text-decoration: underline;
}

.dhtmlgoodies_answer_content2 a:hover {	/* Content that is slided down */
	color: #666666;
	text-decoration: underline;

}

.dhtmlgoodies_answer_content_ul2 {
	padding: 5px 10px 5px 20px;
	margin:0px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	}

