.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
border: 1px solid gray;
width: 540px;
margin-bottom: 1em; padding: 10px;
}

a {
	color: #4040FF;
	text-decoration: none;
}

a img {
	border: none;
}

a:visited {
	color: #4040FF;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

blockquote {
	border-left: 5px solid #ccc;
	font-family: arial, sans-serif;
	margin-left: 1.5em;
	padding-left: 5px;
}

body {
	background: #aaa;
	color: #000;
	font-family: Arial, sans-serif;
    text-align: left;
	margin: 0;
	padding: 0;
}

h1 {
	color: #000;
	font-family: Georgia, Times New Roman, Times, serif;
	font: bold 95% Arial, sans-serif;
	margin: 10px 0 2px 0;
	padding-bottom: 2px;
}

h2 {
	color: #000;
	font: normal 95% Arial, sans-serif;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}

h3 {
	font: normal, Arial, sans-serif;
	margin-top: 0;
}


#main {}

#content {
	width: 800px;
	padding: 0px;
    background-color: #fff;
}

#header {
	background: url('/gif/yaintech.gif') no-repeat top center;
	width: 800px;
    height: 90px;
	letter-spacing: 0.2em;
	margin-top: 0;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

