/* CSS Document */

HTML {
	MARGIN-BOTTOM: 1px; HEIGHT: 100%
}

BODY {
	PADDING-RIGHT: 0px;
	MARGIN-TOP: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	FONT: 80% Verdana;
	MARGIN-LEFT: 3px;
	COLOR: black;
	MARGIN-RIGHT: 5px;
	PADDING-TOP: 0px;
	background: #E4EBF8 url(images/watchour_bg.jpg) fixed repeat-y center 50%;
}

a:link { 
color: #000000; 
text-decoration: none;
font-weight:bold;
}

a:visited { 
color: #333333; 
text-decoration: none;
font-weight:bold;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight:bold;
}

form {
	margin: 0px;
	padding: 0px;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	letter-spacing:normal;
	text-align: left;
	text-indent: 1px;
	word-spacing: normal;
	white-space: normal;
	margin: 10px;
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	list-style-type:circle;
}

li {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: circle;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

h3 {
	height: auto;
}

h4 {
	height: auto;
}



.RequiredText {
	color: #FF6600;
	font-style:normal;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.FieldIsRequired {
	background-color: #FF9933;
}

BR.clear {
	CLEAR: both
}