/* CSS Document */
body {
	margin: 0; /* this will serve just as well */ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #DEB5DF; 
	background-image:  url(../images/bk-image.jpg);
	background-repeat: repeat-x;
}
a{
	color: #A57FB6;
	text-decoration: underline;
}
a:hover{
	color: #682587;
	text-decoration: underline;
}
a:active{
	color: #A57FB6;
	text-decoration: underline;
}
a.link{
	color: #333333;
	text-decoration: underline;
}
a.link:hover{
	color: #682587;
	text-decoration: underline;
}
a.link:active{
	color: #333333;
	text-decoration: underline;
}
.white {
	background-color: #FFFFFF;
}
.font10purple {
	padding-top: 2px;
	font-size: 10px;
	color: #A57FB6;
	line-height: 17px;
	text-align: center;
}
.font13purple {
	font-size: 13px;
	color: #4D006A;
	line-height: 17px;
	font-weight: bold;
}
.footer {
	padding: 5px;
	padding-bottom: 8px;
	font-size: 10px;
	color: #A57FB6;
	line-height: 17px;
	background-color: #F2F2F2;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.contentHdr {
	font-size: 11px;
	color: #333333;
	line-height: 17px;
	padding-top: 10px;
	padding-right: 34px;
	padding-left: 47px;
}
.content {
	font-size: 11px;
	color: #333333;
	line-height: 17px;
	padding-right: 34px;
	padding-left: 34px;
}
.contentNoPad {
	font-size: 11px;
	color: #333333;
	line-height: 17px;
	padding-top: 10px;
}
.fontWhite {
	font-size: 9px;
	color: #FFFFFF;
	line-height: 1.5em;
	font-weight: normal;

}
.panel {
	background-color: #F2F2F2;
	font-size: 11px;
	color: #333333;
	line-height: 17px;
}
.tableHdr {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #6C2A8A;
	line-height: 1em;
	font-weight: bold;
	padding-bottom: 5px;

}
.tableHdrShrt {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #6C2A8A;
	line-height: 1em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	font-weight: bold;
}
.tableRow1 {
	font-size: 11px;
	color: #333333;
	background-color: #D5B5DD;
	line-height: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.tableRow1Short {
	font-size: 11px;
	color: #333333;
	background-color: #D5B5DD;
	line-height: 1em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.tableRow2 {
	font-size: 11px;
	color: #333333;
	background-color: #EADAEE;
	line-height: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.tableRow2Short {
	font-size: 11px;
	color: #333333;
	background-color: #EADAEE;
	line-height: 1em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.fontblack {
	font-size: 9px;
	color: #333333;
	line-height: 1.5em;
	font-weight: normal;
}
.formNormal{
	BORDER-RIGHT: #CCCCCC 1px solid;
	BORDER-TOP: #CCCCCC 1px solid;
	BORDER-LEFT: #CCCCCC 1px solid;
	BORDER-BOTTOM: #CCCCCC 1px solid;
	FONT-SIZE: 11px;
	COLOR: #333333;
	HEIGHT: 17px;
	WIDTH: 200px;
	margin: 0px;
}
.formShort{
	BORDER-RIGHT: #CCCCCC 1px solid;
	BORDER-TOP: #CCCCCC 1px solid;
	BORDER-LEFT: #CCCCCC 1px solid;
	BORDER-BOTTOM: #CCCCCC 1px solid;
	FONT-SIZE: 11px;
	COLOR: #333333;
	HEIGHT: 17px;
	WIDTH: 50px;
	margin: 0px;
}
.formArea{
	BORDER-RIGHT: #CCCCCC 1px solid;
	BORDER-TOP: #CCCCCC 1px solid;
	BORDER-LEFT: #CCCCCC 1px solid;
	BORDER-BOTTOM: #CCCCCC 1px solid;
	FONT-SIZE: 11px;
	COLOR: #333333;
	HEIGHT: 70px;
	WIDTH: 400px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.formBox{
	FONT-SIZE: 10px;
	COLOR: #333333;
	HEIGHT: 100px;
	WIDTH: 400px;
	margin: 0px;
}
li {
	display: outside;
	margin: 0; /*removes indent IE and Opera*/
	padding-left: 0px; /*removes indent Mozilla and NN7*/
	list-style-type: circle; /*turns off display of bullet*/
	background: url(../images/bullet.gif) no-repeat;
}
ul.nicelist {
    margin: 0px;
	padding-top: 0;
	padding-bottom: 15px;
	padding-left: 15px;
    list-style: none;
}

