/* General Styles */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

body, td, p {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #161616;
	line-height: 13px;
}

hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
	border: 0px;
	height: 1px;
}

.error {
	font-weight: bold;
	color: #BB0000;
}

.message {
	font-weight: bold;
	color: #00BB00;
}


/* 
Heading Styles
h1 = page title
h2 = page subtitle
h3 = content title)
*/
h1 {
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
	color: #854974;
	padding-top: 12px;
	background: url(images/h1bg.gif) top repeat-x;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h2 {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

h3 {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 3px 0px;
	test-transform: uppercase;
}

/* Table Styles */
th {
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #666666;
}

th.alt {
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	background-color: #DDDDDD;
}

.row {
	background-color: #FFFFFF;
}

.rowalt {
	background-color: #F5F5F5;
}

/* Link Styles */
a:link, a:visited, a:active {
	font-family: arial;
	color: #854974;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	color: #522d48;
}

a:link.alt, a:visited.alt, a:active.alt {
	font-family: arial;
	color: #161616;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a:hover.alt {
	color: #854974;
}

/* Form Styles */
form {
	margin: 0px;
}

label {
	font-weight: bold;
	display: block;
	text-align: right;
}

label.alt {
	font-weight: normal;
}

/* label validation faild */
label.error {
	font-weight: bold;
	color: #BB0000;
}

input, textarea, select {
	font-family: arial;
	font-size: 11px;
}

select {
	width: 150px;
}

/* field not in focus */
.field0 {
	border: 1px solid #BBBBBB;
}

/* field in focus */
.field1 {
	border: 1px solid #444444;
}

/* field validation faild */
.fielderror {
	border: 1px solid #BB0000;
}

input.btn  {
	background-color: #777777;
	color: #FFFFFF;
	border-top: 2px solid #AAAAAA;
	border-left: 2px solid #AAAAAA;
	border-right: 2px solid #444444;
	border-bottom: 2px solid #444444;
	font-weight: bold;
}

input.btnalt {
	background-color: #CCCCCC;
	color: #000000;
	border-top: 2px solid #EEEEEE;
	border-left: 2px solid #EEEEEE;
	border-right: 2px solid #444444;
	border-bottom: 2px solid #999999;
	font-weight: bold;
}

/* Image Styles */
img.img {
	border: 1px solid #000000;
}

img.left {
	float: left;
	margin: 0px 15px 10px 0px;
	border: 1px solid #000000;
}

img.right {
	float: right;
	margin: 0px 0px 10px 15px;
	border: 1px solid #000000;
}

