/* GENERIC HTML ELEMENT STYLES */

body, font, div, h3, h4 {
	margin: 0px;
	padding: 0px;
	font: 11px/14px Arial,Verdana,Geneva;
	color: #666666;
}

body {
	background-color: #D6DBE0;
	min-width: 769px;
}

td, th {
	font: 11px/14px Arial,Verdana,Geneva;
	color: #666666;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

b, strong {
	font-weight: bold;
}

p {
	margin: 0px 0px 14px 0px;
}

h1, h1.internalhead, .title  {
	font-size: 13px;
	color: #7A7300;
	font-weight: bold;
	line-height: 32px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;	
}

h2 {
	font-size : 12px;
	color : #7A7300;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h3 {
	color: #4D6A96;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h4 {
	color: #4D6A96;
	font-weight: bold;
	background-color: #EFEFEF;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 15px;
}

a:link, a:active, a:visited {
	color: #B43C0A ;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

select, input {
	font: 11px Arial;
	color: #666666;
}

ul {
	list-style-image: url(/shared/images/glb_blt_star.gif);
	margin-left: 20px;
	margin-right: 15px;
	margin-top:5px;
	margin-bottom:5px;
	padding:0px;
}

ul li {
	padding: 0px 0px 7px 0px;
}

ul li ul {
	list-style: none outside url(/shared/images/glb_blt_square.gif);
}

ul li ul li ul {
	list-style: none outside url(/shared/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-bottom: 1px #DDDDDD dotted;
}

code {
	font-size : 11px;
}

select {
	font: 11px Arial,Verdana,Geneva;
	color: #333;
	background-color: #FFF;
	border: 1px #333 solid;
}
