/******* Link/HREF styles *******/
a {
	text-decoration:underline;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a.WhiteLink {
	text-decoration: underline;
	color: #FFFFFF;
}

a.WhiteLink:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/******* Text styles *******/
.Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 130%;
}

.Footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 170%;
}

.WhiteText {
	color: #FFFFFF;
}

.SmallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.FooterText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
}

.Title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/******* Redefined HTML tag styles (forms etc) *******/
H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	width: 100%;
	background-color: #000000;
	background-image: url(../images/bg/page.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

html {
	height: 100%;
	width: 100%;
}

ul {
	list-style-image: url(../images/bullets/bullet.jpg);
}

/******* Table/layout styles *******/
.SideBar {
	padding-left: 38px;
	padding-top: 2px;
	padding-right: 38px;
	padding-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 140%;
}

.Page {
	padding-left: 14px;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 140%;
}

/******* Form element styles *******/
.SmallSelect {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px
}


/******* JS Validation Styles *******/
input.errHilite, select.errHilite, textarea.errHilite {
	background-color: #FFE;
}

label.errHilite {
	color: #C00;
}