/**
 * Style sheet xBasic
 */
html
{
	overflow:scroll;
}

body
{
	position:relative;
	margin:0px;
	padding:0px;
	text-align:left;
	background-color:#DEF7FD;
	background-image:url("tl_files/hsainfo/bckgd_degrad.gif");
	background-position:center top;
	background-repeat:repeat-x;
}

a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul, h1, h2, h3, h4, h5, h6
{
	font-family:Garamond;
}

td
{
	vertical-align:top;
}

fieldset, form, input, optgroup, select, textarea
{
	font-family:Garamond;
}

a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul
{
	font-size:15px;
	color:#666966;
}

img
{
	border:0px;
}

p, pre, form
{
	margin:0px;
	padding:0px;
}

h1
{
	margin:10px 0px 7px 0px;
	padding:0px;
	font-weight:bold;
	text-decoration:underline;
	font-size:15px;
}

h2
{
	margin:0px;
	padding:0px 0px 9px 0px;
	font-weight:bold;
	font-size:18px;
	color:#F7A304;
}

h3
{
	font-weight:bold;
	font-size:18px;
	color:#007EFF;
}

h4
{
	margin:0px 0px 6px 0px;
	padding:0px 0px 9px 0px;
	border-bottom:1px solid #cccccc;
	font-weight:bold;
	font-size:18px;
	color:#07915C;
}

h5
{
	margin:10px 0px 7px 0px;
	padding:0px;
	font-weight:bold;
	font-size:15px;
}

h6
{
	margin:0px 0px 6px 0px;
	padding:0px 0px 12px 0px;
	border-bottom:1px solid #cccccc;
	font-weight:normal;
	font-size:13px;
	color:#696969;
}

h6 a
{
	font-size:13px;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
}

a
{
	text-decoration:none;
	color:#007EFF;
}

a:hover
{
	text-decoration:underline;
}

input.text
{
	width:205px;
}

hr
{
	background-color:#f5f5f5;
}

p
{
	text-align:justify;
}

