/***********************************   html tag class         */
body {
	background-color: #FFFFFF;
	background-image: url(../images/background_5.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
hr{
	height: 1px;
}
hr.dotted {
	height: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}
/***********************************   heading tag class         */
h1{
	font-size: 18px;
	border-bottom: 1px dotted #666666;
	padding-bottom: 5px;
	font-weight: normal;
}
h2{
	font-size: 14px;
	font-weight: bold;
	color: #ff6633;
	}
h3{
	font-size: 12px;
	font-weight: bold;
	color: #ff6633;
}
h4{
	font-size: 11px;
	font-weight: bold;
}
h5{
	font-size: 10px;
	font-weight: bold;
	color: #EE9A10;
}
h6{
	font-size: 9px;
	font-weight: normal;
	margin-bottom: auto;
	display: inline;
}
/***********************************   link tag class         */
a:link {
	color: #1C5896;
	text-decoration: none;
}
a:visited {
	color: #1C5896;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {

	color: #FF6600;
	text-decoration: none;
}
.highlight{
	background-color: #EE9A10;
	color: #FFFFFF;
	float: right;
	width: 200px;
	margin: 3px;
	padding: 10px;
}
.highlight a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.highlight a:hover{
	color: #000000;
	text-decoration: none;
}
.highlight a:active{
	color: #000000;
	text-decoration: none;
}
.highlight a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

/***********************************   list tag class         */
ul{
	list-style: square;
}
ul ul{
	list-style: circle;
}
ul ul ul{
	list-style: disc;
}

/***********************************   form tag class         */
form{
	margin: 0px;
}
textarea, input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
textarea:focus, input:focus, select:focus  {
	background: #FFFFCC;
}
.inputClass {
	background: #E2F1F9;
	border: 1px solid #000000;
	padding-right: 2px;
	padding-left: 2px;
}
fieldset {
	border: 1px solid #C7DAE4;
	padding: 10px;
	width: auto;
}
fieldset legend{
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}
/***********************************   table tag class         */
col#column1{
	background: #E2F1F9;
	padding-left: 3px;
	vertical-align: top;
}
col#column2{
	background: #FFFFFF;
	padding-left: 3px;
}
thead th {
	background: #E2F1F9;
	font-size: 12px;
	font-weight: bold;
}
.displayTable tbody td {
	background: #f6f6f6;
}
tfoot td {
	background: #FFFFFF;
}
/***********************************   user defined tag class         */
div.error{
	color: #FF0000;
	background: #f6f6f6 url(../images/alert.gif) no-repeat 5px 3px;
	border: 1px solid #dbdbdb;
	font-weight: bold;
	padding: 6px 6px 6px 35px;
	margin: 5px auto;
	width: 80%;
	vertical-align: top;
}
div.success{
	color: #006600;
	background: #f6f6f6 url(../images/success.gif) no-repeat 5px 3px;
	border: 1px solid #dbdbdb;
	font-weight: bold;
	padding: 6px 6px 6px 35px;
	margin: 5px auto;
	width: 80%;
	vertical-align: top;
}
div.info{
	color: #003399;
	background: #f6f6f6 url(../images/info.gif) no-repeat 5px 3px;
	border: 1px solid #dbdbdb;
	font-weight: bold;
	padding: 6px 6px 6px 35px;
	margin: 5px auto;
	width: 80%;
	vertical-align: top;
}
td.front {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: 000099;
}
.q_headlines {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #03428E;
	text-decoration: none;
}
.q_block {
	background-color: #F2F2F2;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.q_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	background-color: #E6E6E6;
	font-style: italic;
}
.q_note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #03428E;
        text-decoration: none;
}
a.q_note:link { color: #03428e; text-decoration: none; font-weight: bold; }
a.q_note:visited { color: #03428e; text-decoration: none; font-weight: bold; }
a.q_note:hover { color: #446b9e; text-decoration: underline; font-weight: bold; }
a.q_note:active { color: #03428e; text-decoration: underline; font-weight: bold; }
.q_noteText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #B20007;
	text-decoration: none;
	line-height: 11px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #03428E;
	line-height: 19px;
	text-decoration: none;
}
.blackTxt {
	color: #000000;
}
.redTxt {
	color: red;
}
.tableHeader {
	color: #FFFFFF;
	background-color: #0000AA;
	font-weight: bold;
}
.smallTxt {
	font-size: 10px;
}
.bulletTxt {
	font-size: 10px;
}
.pageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
	font-weight: bold;
}
.disclaimerTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #f6f6f6;
	border: 1px solid #666666;
}
.whiteBG {
	background: #FFFFFF;
}
.goClass {
	color: #FFFFFF;
	background: #1163AD;
	border: 1px solid #1D589A;
}
.relatedTopic {
	background: #FFFFFF;
	margin: 5px;
	padding: 5px;
	border: 1px solid #808080;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.whiteTxt {
	color: #FFFFFF;
}
.whiteTxt a:link, .whiteTxt a:visited{
	color: #FFFFFF;
}
.whiteTxt a:hover, .whiteTxt a:active{
	color: #000000;
}
.pressInfo {
	color: #666666;
}
.leftNav {
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.leftNav td{
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;	
}
.moreDetails{
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 10px;
}
.moreDetails a:link{
	color: #666666;
}
.moreDetails a:hover{
	color: #333333;
}
.highlightBox {
	color: #FFFFFF;
	background-color: #107EB4;
	padding: 10px;
}
.highlightBox a:link{
	color: #f6f6f6;
}
.highlightBox a:hover{
	color: #FFFFFF;
}
div#printNav {
	text-align: right;
	float: right;
	padding: 5px;
	color: #797878;
	text-decoration: none;
	width: 150px;
}
.rustedTxt {
	font-size: 12px;
	font-weight: bold;
	color: #993300;
}.pressSection {
	padding: 20px 5px 20px 25px;
	background-image: url(../images/4subarrowright.gif);
	background-repeat: no-repeat;
	background-position: 5px 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.subBullet2{
	margin-bottom: 0px;
	list-style-type:square;
	list-style-image: url(../images/subBullet2.gif);
	margin-top: 0px;
	font-size: 10px;
}

/***********************************   demo box class         */
.demo_box {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #333;
	background-color:#FFF;
	border:1px solid #adc3e3;
}
.demo_box .row1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #333;
	color:#069;
	font-weight:bold;
	text-align:left;
	background-color:#d9e5ef;
}
.demo_box .row2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #333;
	text-align:left;
	background-color:#e8edf4;
}
.demo_box .row3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #333;
	text-align: right;
	background-color:#f7f8f9;
}
/***********************************   demo box class ends      */
