/* CSS Document */

a, h4, h3, h2, h1, td, p, ul {
	font-family: Tahoma, Arial, sans-serif;

}

body {
	background-color: #283A6A;
	overflow: auto;
	background-image: url(assets/bg-grad.gif);
	background-repeat: repeat-y;
	background-position: center center;
	margin: 0px;
	padding: 0px;
}
p {

	font-size: x-small;
}
h1 {

	font-size: 21px;
	font-weight: lighter;
	color: #8A6857;
	margin-bottom: 0px;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	color: #000066;
}
h3 {
	font-size: medium;
	font-weight: bold;
	color: #666666;
	margin: 0px;

}

ul {
	font-size: x-small;
	list-style-type: square;

}

sup {
	padding-top: 4px;
}
hr {
	color: #A37A66;
	height: 1px;
	width: 80%;
}
h4 {
	color: #30457F;
	font-size: 90%;

}
textarea {
	overflow: auto;
}
body {SCROLLBAR-FACE-COLOR: #334A88; SCROLLBAR-HIGHLIGHT-COLOR: #334A88; SCROLLBAR-SHADOW-COLOR: #253663; SCROLLBAR-3DLIGHT-COLOR: #738BCA; SCROLLBAR-ARROW-COLOR:  #FFFFFF; SCROLLBAR-TRACK-COLOR: #E3E3E3; SCROLLBAR-DARKSHADOW-COLOR: #000000; }
