.bw_bg {
	background-image: url(images/bw.gif);
	background-repeat: repeat;
}
.bg {
	background-image: url(images/bg_color.jpg);
}
.nav_bg {
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
}
/* global */
html{height: 100%;}

body {
	background-color: #30394C;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 13px;
	font-weight: normal;
	font-height: 10px
	font-style: normal;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 17px;
}
h2 {
	font-size: 11px;
	font-weight: lighter;
    font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: normal;
}
A:link {
	text-decoration: none;
	color: #FFCC66;
}
A:visited {
	text-decoration: none;
	color: #C0CC97;
}
A:active {
	text-decoration: none;
	color: #F9FF9A;
}
A:hover {text-decoration: none;
	color: #CCCCCC;
}
html {
overflow-x: hidden;
}

