body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#FFFFFF;
	font-size:1em;
	
	line-height:1.3em;
}

body {
	background-image:url(images/logo_whitebg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}

/*         */
/*menu rows*/
/*         */

#menu {
	font-weight:bold;
	margin-left:200px;
	font-size:1.1em;
}

#submenu {
	font-style:italic;
	margin-left:215px;
}

#menu a, #submenu a {
	text-decoration:none;
	color:#333333;
	margin-right:18px;
}

#menu a {
	padding:3px 4px;
	border-top:2px dotted #CC0000;
}

#menu a:hover {
	color:#CC0000;
	border-top:2px dotted #000;
}

#submenu a:hover {
	color:#CC6600;
}

/*         */
/*super menu*/
/*         */

#super_menu {
	padding:20px 40px 0px 0px;
	text-align:right;
}

/*            */
/*content area*/
/*  links     */
/*            */
#textual {
	margin-right:22px;
	border-right:3px dotted #CC0000;
	padding-right:22px;
	padding-left:200px;
}

.headline, .subhead, a {
	color:#036;
}

.headline, .subhead {
	font-weight:bold;
}

.headline {
	font-size:1.2em;
}

.subhead {
	border-bottom:1px dotted #666666;
}

a:link, a:visited, a:active {
	text-decoration:none;
}

a:hover {
	text-decoration:overline;
}

/*sample style blocks*/

.sample_style {
	text-align:justify;
	min-height:120px;
	vertical-align:top;
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:1px dotted #666;
	width:600px;
}

.sample_style a {
	font-size:1.1em;
	font-weight:bold;
}

.sample_style img {
	margin-top:5px;
	border:0;
}

.main_color_block {
background-color:#333333;
color:#0099FF;
padding:1px 3px;
}

/*revised sample blocks styles*/

.sample_block {
	text-align:justify;
	min-height:300px;
	vertical-align:top;
	margin-bottom:2em;
	padding-bottom:.3em;
	border-bottom:1px dotted #666;
	width:600px;
}

.sample_block2 {
	text-align:justify;
	min-height:425px;
	vertical-align:top;
	margin-bottom:2em;
	padding-bottom:.3em;
	border-bottom:1px dotted #666;
	width:600px;
}

.sample_title {
	color:#FF9900;
	font-size:1.1em;
	font-weight:bold;
}

.sample_descriptions {
	background-color:#CCC;
	color:#039;
	font-weight:bold;
	padding:1px 4px;
	border:0;
}

.sample_descriptions a {
	text-decoration:none;
}

.print_samples {border:0; float:right; margin-left:10px;}