body { background-image: url(../images/bg.jpg);
	margin:0px;
	background-color:#ffffff;

	background-repeat:repeat-x;
	background-position:center top;
	/*background-attachment: fixed;*/
}

	
.txtleftmenu{font-family:Tahoma,Verdana,; font-size:13px; font-weight:normal; color:#6593ac; }
.txtmenu{font-family:Tahoma,Verdana,; font-size:12px; font-weight:normal; color:#242a31; }
.txtlink{font-family:Tahoma,Verdana,; font-size:12px; font-weight:bold; color:#242a31; }
.heading{font-family: Verdana; font-size:14px; font-weight:bold; color:#202731; }
.txtfooter{font-family:Tahoma,Verdana,; font-size:10px; font-weight:normal; color:#242a31; }
.txtlogin{font-family:Tahoma,Verdana,; font-size:11px; font-weight:normal; color:#242a31; }
.txtw{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight: bold; color:#999999; }

INPUT{font-family:Verdana; font-size:11px; font-weight:normal; color:#346693; border: solid 1px #242a31; }
SELECT{font-family:Verdana; font-size:11px; font-weight:normal; color:#346693; border: solid 1px #242a31;}
SELECT:orange{font-family:Verdana; font-size:11px; font-weight:normal; color:#346693; border: solid 1px #242a31 ;}
TEXTAREA{font-family:Verdana; font-size:11px; font-weight:normal;color:#346693; border: solid 1px #242a31; }


a:link { color: #242a31; text-decoration: none;font-size:12px; font-weight:bold; font-family:Tahoma,Verdana,;}
a:visited { color: #242a31; text-decoration: none; font-size:12px; font-weight:bold;font-family:Tahoma,Verdana,;} 
a:hover { color: #242a31; text-decoration: underline;font-size:12px; font-weight:bold;font-family:Tahoma,Verdana,;} 

a.footer:link {text-decoration: none;font-family:Tahoma,Verdana,; font-size:10px; font-weight:normal; color:#242a31;}
a.footer:visited {text-decoration: none;font-family:Tahoma,Verdana,; font-size:10px; font-weight:normal; color:#242a31;} 
a.footer:hover {text-decoration: underline;font-family:Tahoma,Verdana,; font-size:10px; font-weight:normal; color:#242a31;} 

a.txtleftmenu:link {font-family:Tahoma,Verdana,; font-size:12px; font-weight: bold; color:#6593ac;}
a.txtleftmenu:visited {font-family:Tahoma,Verdana,; font-size:12px; font-weight: bold;  color:#6593ac;} 
a.txtleftmenu:hover {text-decoration: underline;font-family:Tahoma,Verdana,; font-size:12px; font-weight: bold;  color:#6593ac;} 

a.mail:link {text-decoration: none;font-family:Tahoma,Verdana,; font-size:12px; font-weight:normal; color:#242a31;}
a.mail:visited {text-decoration: none;font-family:Tahoma,Verdana,; font-size:12px; font-weight:normal; color:#242a31;} 
a.mail:hover {text-decoration: underline;font-family:Tahoma,Verdana,; font-size:12px; font-weight:normal; color:#242a31;} 

.style1 {
	color: #6593ac;
	font-style: italic;
	font-weight: bold;
	font-size:13px;
}

.img{border:solid  1px #232a32;}


.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	font-family:Tahoma,Verdana; 
	font-size:12px; 
	font-weight:bold; 
	color:#000000;
	width:100%;
	margin-bottom:5px;
	margin-top:5px;
	padding-left:2px;
	position:relative;
	background-repeat:no-repeat;
	background-position:top right;	
	height:70px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:0px solid #317082;
	width:100%;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:3px;
		
	position:relative;
font-family:Tahoma,Verdana,; font-size:12px; font-weight:normal; color:#242a31;
}