BODY { 
	font: 11px  Tahoma,Arial, Helvetica, sans-serif;
	margin:0px;
	color:#666666;
	background:url(images/bg_main.gif);
}

H1 { 
	font:15px Arial;
}

H2 { 
	font: 14px Arial;
	color:#003399;
	margin:0px;
 }

a { 
	text-decoration:none;
	color:#B30101;
}

a:hover { 
	text-decoration:none;
	color:#0033CC;
}

td {
	font-size:11px;
}

th {
	font-size:13px;
	height:25px;
	font-weight:bold;
}


form { 
	margin:0px;
}

input, textarea, select {
	font-family:Tahoma, Arial, Trebuchet MS, Arial; 
	font-size:11px; 
	color:#555555;
	border:1px solid #CC9900;
}

.button {
	font-size:11px; 
	height:23px; 
	font-weight:bold;
	color:#FFFFFF;
	border:0px none #ffffff;
	background-color:#383E84; 
	text-transform:uppercase;
}


/*Form Table - Use it for any form tables like, login, registration,....*/
  

table.formTable {
	border:4px double #ECECEC;
}
table.formTable td {
	padding:3px;
	border-bottom:1px dashed #EAEAEA;
	border-left:1px solid #EAEAEA;
	text-align:left;
	color:666666;
	font-weight:normal;
}
table.formTable th {
	padding:0px;
	padding-left:6px;
	color:#383E84;
	text-align:left;
	border-bottom:1px solid #999999;
	font-weight:bold;
	font-size:13px;
	height:25px;
}


/* -----------LEFT Area Styles---------------------------------------------*/
.lefttd{
	border-right:1px solid #c4c4c4;
	background:url(images/leftbg.gif) left repeat-y;
	width:182px;
}
.menutd{
	padding-top:15px;
}
/* -----------content Area Styles---------------------------------------------*/
.pageHead{
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	color:#1171a8;
	font-weight:bold;
	padding:5px 0px;
}
.readmore {
	color:#333333;
	font-weight:bold;
	float:right;
	padding:5px 10px 5px 0px;
}
.readmore a {
	color:#FF6633;
	text-decoration:none;
}
.readmore a:hover {
	color:#FF6633;
	text-decoration:underline;
}
.subtitle {
	color:#002E97;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	padding:5px 0px 5px 3px;
	border-bottom:1px dashed #D3D5DA;
	border-top:1px dashed  #D3D5DA;
	background:#F0F0F0;
}

img {
	border: none;
}

.contentArea {
	vertical-align:top;
	padding:10px 10px 0px 25px;
	height:200px;
}

.ContantText {
	line-height:160%;
	text-align:justify;
	padding:0px 10px 0px 0px;
}
.ContantText p {
	margin:10px 0px 0px 0px;
}
.ContantText ul,li {
	margin:0px;
	margin-left:10px;
	margin-top:10px;
}

.Contanttitle {
	line-height:150%;
	padding:0px 8px 3px 0px;
	font-weight:bold;
	color:#0066CC;
}
.Contanttitle a {
	color:#6699CC;
}
.Contanttitle a:hover{
	color:#3333CC;
}
.Contanttitle ul,li{
	margin:0px;
	margin-left:10px;
}



/* CurveContent--------------- */
.contentcurve_btm {
	background-image:url(images/curvebtmbg.gif);
	background-repeat:repeat-x;
}

.contentcurve_top {
	background-image:url(images/curvetopbg.gif);
	background-repeat:repeat-x;
}

.contentcurve_left {
	background-image:url(images/curveleftbg.gif);
	background-repeat:repeat-y;
}

.contentcurve_right {
	background-image:url(images/curverightbg.gif);
	background-repeat:repeat-y;
}


.row1 {
	background:#e0ecf5;
	padding:3px 8px 3px 8px;

	}
	
.row2 {
	background:#c2daeb;
	padding:3px 8px 3px 8px;
	}
.row3 {
	background:#60abd5;
	padding:3px 8px 3px 8px;
	font-weight:bold;
	color:#FFFFFF;
	}
/* -----------content Area Styles **** END ***--------------------------*/




/* Footer area ----------------------------------------------------- */
.footer{
	height:30px;
	font-size:10px;
	background:url(images/footerbg.gif) top repeat-x #4c7081;
	font-weight:normal;
	border-left:5px solid #FFFFFF;
	border-right:5px solid #FFFFFF;
	padding:0px 0px 0px 10px;
	text-align:left;
	color:#CCCCCC;

}
.footer a { 
	color:#CCCCCC;
	text-decoration:none;
}
.footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

