a.menu:visited,a.menu:hover,a.menu:active, a.menu:link {
	color:999999;
	text-decoration:none;
}

a:visited, a:hover, a:active, a:link {
	color:CCCCCC;
}

input, textarea {
	background: #AAAAAA;
	border:1px black solid;
}
input.radio {
	background: transparent;
	border:0px;
}

body, td {
	font-family: Arial, sans-serif;
    font-size:small;

}

.title {

	margin-bottom:10px;
	font-size:140%;
	font-weight:bold;
	text-align:right;

	color:#AAAAAA;
}

.ptitle {
	font-size:120%; 
        font-weight:bold; 
        border-top:3px solid #555555; 
        padding-bottom:15px;
}

.mainbox {

	background:#666666 ;
	border:2px solid #555555;
	margin:15px

}

.maintitle {
	padding-right:20px;
	/*border-top:2px dashed #688BAA*/
}

.ltitle {

	margin-bottom:10px;
	font-size:130%;
	font-weight:bold;
	text-align:left;
	color:#AAAAAA;
}



tr.headerrow {
	background:#444444;
	color:FFFFFF;
}

td.tabledata {
	background:555555;
}

.article {
	margin-bottom:15px;
	padding:3px;
}

.question {
	font-size:115%;
	font-weight:bold;

}
.answer {

	padding-left:15px;
	margin-bottom:10px;

}
.faq {
	margin-bottom:15px;
	padding:3px;
}



