body {
	background-color: #000000;
	background-image: url("");
    background-repeat: no-repeat;
}

body, td, tr, li, p, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-style: normal;
}

#breadcrumb {
	width: 95%;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-top: 3px;
	border: 0px;
	background-color: #FFFFFF;
	font: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	}

#breadcrumb a:link {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
#breadcrumb a:visited {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
#breadcrumb a:hover {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#breadcrumb a:active {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}


.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-style: normal;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-style: normal;
}
a:link {
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}
a:visited {

	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}
a:hover {

	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
a:active {
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

h1 {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-style: normal;
}

.errmsg { 
	color: #CC0000;
	font-weight: bold;
}

.usermsg { 
	color: #00CC00;
	font-weight: bold;
}

.formboxa {
	font-size : small;
	font-family : Arial, Helvetica, sans-serif;
	background : #FFFFFF;
}
