/* Scroll Bars IE5.5 - 6.0 */

/*body{
    scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-face-color: #CCCCCC;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-track-color: #909090;
	
    background-color: #FFFFFF;
}

td {
    font-family: arial,helvetica,sans-serif;
    font-size: 13px;
}*/

/* Main Body 
a:link {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
    text-decoration: none;
    color: #000000;
}

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

a:active {
    text-decoration: none;
	color: #000000;
}*/

.S1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
    padding-bottom: 7px;
}

.S2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	width: 100%;
}
.S3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-align: left;
}

.S1, .S2, .S3, .cat, .faq_answer {

	text-align: left;
}

a.S3:link {
    text-decoration: none;
	color: #000000;
}

a.S3:visited {
    text-decoration: none;
    color: #000000;
}

a.S3:hover {
	text-decoration: none;
	color: #FF9900;
}

a.S3:active {
    text-decoration: none;
	color: #000000;
}

.t1 {
border: solid 1px #808080;
background-color: #FFFFFF;
}

.td1 {
height:28px;
color: #808080;
background-color: #EEEEEE;
background-image: url(images/bg1.gif);
border-bottom: solid 1px #CCCCCC;
}

.td2 {
background-color: #FFFFFF;
border-bottom: solid 1px #B0D0FF;
padding-top: 10px;
padding-bottom: 10px;
}

.round_tbl1 {
background-color: #CCCCCC;
background-image: url(images/corners/gr/bg.gif);
}
.round_tbl2 {
background-color: #EEEEEE;
}

.button_spc {
height:24px;
width:100%;

padding:0px;
background-color: #EEEEEE;

border-right: solid 1px #909090;
border-bottom: solid 1px #909090;
border-top: 1px solid white;
border-left: 1px solid white;
cursor: pointer;
cursor: hand;
}

.button_std {
height:24px;
width:90px;
padding:0px;
background-color: #DDDDDD;
border-right: solid 1px #909090;
border-bottom: solid 1px #909090;
border-top: 1px solid white;
border-left: 1px solid white;
cursor: pointer;
cursor: hand;
}
.button_sel {
height:24px;
width:155px;

padding:0px;
background-color: #DDDDDD;

border-right: solid 1px #909090;
border-bottom: solid 1px #909090;
border-top: 1px solid white;
border-left: 1px solid white;
cursor: pointer;
cursor: hand;
}
.sel {
width:250px;
}

.msg {
color: #8EC400;
}
.err {
color: #CC0000;
}

/*----FAQ--------------------------------*/

.cat {
	color:#000000;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	/*border: dashed 1px #CCCCCC;*/
    
    background-position: 5 .38em;
	/*background-image: url(images/cat.gif);
    background-image: url(images/cat_ora.gif);*/
    background-image: url(images/cat3.gif);
	background-repeat:no-repeat;
	/*line-height: 1.2em;*/
    text-indent: 28px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 2px;
	padding-right: 14px;
	/*margin-left: 15px;*/
    margin-bottom: 10px;
}

/* Styling Question - Answers*/
.drop_down {
width: 180px;
font-size: 12px;
color: #000000;
background-color: #e8e8d8;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
border-left-color: #000000;
}

.faq_question{
	color:#000000;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*	background-color:#EEEEEE;*/
	border: 1px solid #E9E9E9;
	margin-bottom:8px;
	margin-top:2px;
	background-repeat:no-repeat;
	background-position:top right;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
	cursor:hand;
	font-weight: bold;
	padding: 8px;	/*margin-left: 15px;*/
	text-align: left;
}
.faq_question:hover, .faq_question:visited{
	color:#0000CC;
}


/* Parent box of slide down content */
.faq_answer{	
	
	width: 90%;
	/* End layout CSS */
	
	height:0px;
	overflow:hidden;
	position:relative;
	margin-left: 12px;
	margin-top: 3px;
	margin-bottom: 10px;
	 line-height: 160%;
    padding-bottom: 3px;
    padding-left: 3px;
	
    border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    display: none; height: 1px;
}
.faq_answer a{	/* Parent box of slide down content */
	color: #0066CC;
	
    text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.faq_answer a:hover{	/* Parent box of slide down content */
	color: #000000;
	text-decoration: underline;

}
.faq_answer_content{	/* Content that is slided down */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
    text-align: top;
    padding: 1px;
    
}
/*----FAQ--------------------------------*/