/* GENERIC HTML ELEMENT STYLES */

body, font, div, h3, h4 {
	margin: 0px;
	padding: 0px;
	font: 10px/13px Verdana,Geneva,Arial;
	color: #333333;
}

body {
	background-color: #858585;
	min-width: 769px;
	background-image: url(../images/bg-lines3.gif);
}

td, th {
	font: 10px/13px Verdana,Geneva,Arial;
	color: #333333;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	top: auto;
}

b, strong {
	font-weight: bold;
}

p {
	margin: 0px 0px 13px 0px;
}

h1  {
	text-transform: uppercase;
	color: #333333;
	font-family : Verdana, Geneva, Arial;
	font-size : 13px;
	font-weight : bold;
	line-height : 32px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;	
}

h2 {
	font-family : Verdana, Geneva, Arial;
	font-size : 11px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

h3 {
	color: #6699CC;
	font-family : Verdana, Geneva, Arial;
	font-size : 11px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h4 {
	color: #6699CC;
	font-family : Verdana, Geneva, Arial;
	font-size : 10px;
	font-weight: bold;
	background-color: #DFECF5;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 15px;
}

a:link, a:active, a:visited {
	color: #CC3300;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}

select {
	font-family : Verdana, Geneva, Arial;
	font-size : 10px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px #333333 solid;
}

input {
	font-family : Verdana, Geneva, Arial;
	font-size : 10px;
	color: #333333;
}

ul {
	list-style: none outside;
	margin-left: 20px;
	margin-right: 15px;
	margin-top:5px;
}

ul li {
	padding: 0px 0px 2px 0px;
}

ul li ul {
	list-style: none outside url(/images/glb_blt_square.gif);
}

ul li ul li ul {
	list-style: none outside url(/images/glb_blt_cross.gif);
}

ol {
	list-style : decimal outside none;
	margin-left: 30px;
	margin-right: 15px;
	margin-top:5px;
}

ol li {
	padding: 0px 0px 7px 0px;
}

ol li ol {
	list-style : lower-alpha outside none;
}

ol li ol li ol {
	list-style : lower-roman outside none;
}

hr {
	width:100%;
	height : 1px;
	border-top : 1px dotted #CCCCCC;
}

code {
	font-size : 11px;
}

