body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-color: #FFFFFF;
}
a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #d33c96;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #d33c96;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #d33c96;
}

a.WhiteLink {
color: #FFFFFF;
font-size: 11px;
background-color: transparent;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
}

a.WhiteLink:visited {
color: #FFFFFF;
background-color: transparent;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
}

a.WhiteLink:hover {
color: #FFFFFF;
background-color: transparent;
border-color: #FFFFFF;
border-bottom-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: none;
text-decoration: none;
}

a.WhiteLink:active {
color: #FFFFFF;
background-color: transparent;
border-color: #FFFFFF;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
}

a.BlackLink {
color: #000000;
font-size: 11px;
background-color: transparent;
border-color: #000000;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
}

a.BlackLink:visited {
color: #000000;
background-color: transparent;
border-color: #000000;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
}

a.BlackLink:hover {
color: #000000;
background-color: transparent;
border-color: #000000;
border-bottom-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: none;
text-decoration: none;
}

a.BlackLink:active {
color: #000000;
background-color: transparent;
border-color: #000000;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
}

.DKpurpleTxt { 
	color: #d33c96;
	font-size: 11px;
}

.DKpurpleTxt12px { 
	color: #d33c96;
	font-size: 12px;
}

.BlackTxt { 
	color: #000000;
	font-size: 10px;
}

.BlackTxt11px { 
	color: #000000;
	font-size: 11px;
}

.BlackTxt12px { 
	color: #000000;
	font-size: 12px;
}

.border {
	border: 1px dotted #d33d97;
}

.topLine{
	border-top: none #d33d97;
	background: url(../images/dotted_line.gif);
}