body,td,th {
	font-size: small;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

body {
	background: #FFFFFF url(/_images/bg.png) repeat-x top fixed;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.1em;
}
h1 {
	font-size: 4.2em;
	margin: .5em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: .9em;
}
h6 {
	font-size: 0.7em;
}
li {
	margin-bottom:10px;
}
img {
	border:none;
}
.indent {
	width:90%;
	margin: auto;
}
.frame {
	width: 760px;
	margin: 10px auto 0 auto;
}
.mast {
	width: 758px;
	height: 200px;
	margin: auto;
	background: #fff url(/_images/mast.jpg);
	border: 1px solid #ccc;

}
.content {
	
	padding: 0px 15px;
		border: 1px solid #ccc;
		background: #fff;
}
.footer {
	width: 748px;
	margin: 0px auto;
	padding: 5px;
	background: #343434;
	border: 1px solid #232323;
	border-top: 0px none #ccc;
	color: #fff;
}
.footer h5 {
	margin: 0 auto;
	line-height:1.3em;
}
.img-r {
	float: right;
	margin: 0 0 15px 12px;
	clear: left;
}

#nav {
	width: 718px;
	padding: 5px 20px;
	background:#343434;
	color: #fff;
	font-weight:bold;
	border-right: 1px solid #565656;
	border-left: 1px solid #565656;

}
#nav a {
	color: #fff;
	text-decoration:none;
}
#nav a:visited {
	color:#fff;
	text-decoration:none;
}
#nav a:hover {
	color:#FF6699;
	text-decoration:none;
}
.catalog-title h2{
	font-size: 1.4em;
	margin: 2px 0 8px 0;
}
#subnav {
	width: 718px;
	padding: 5px 20px;
	background:#e7ffff;
	color: #444;
	font-size: 0.85em;
	font-weight:bold;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;

}
#subnav a {
	color: #444;
	text-decoration:none;
	margin-right: 15px;

}
#subnav a:visited {
	color:#444;
	text-decoration:none;
}
#subnav a:hover {
	color:#FF6699;
	text-decoration:none;
	background: #e7ffc6;
}
.catalog-title h2{
	font-size: 1.4em;
	margin: 2px 0 8px 0;
}
.footnote {font-size: x-small}

.test-c {
	width:80%;
	margin: 0 auto 15px auto;
	padding: 5px 5px 0 5px;
	border: 1px solid #FF9933;
	background: #e7ffff;
	font-size: .9em;
	
}
.test-c h2 {
	font-size: 1.3em;
	line-height:1.1em;
	margin-top: 0;
}
/* SINGLE STYLES*/
.border1px {
	border: 1px solid #F2AE59;
	padding: 5px;
}


/* COLORS*/

.blue {
	color:#000099;
}
.greydk {
	color:#232323;
}
.greymed {
	color:#454545;
}
.greylt {
	color:#ccc;
}
.red {
	color:#FF0000;
}

.acenter {
	margin: auto;
}
.martop0 {margin-top:0;}