.topNav {
	/*
	background-image: url(/images/topSlice.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	*/
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	clip: rect(0px,auto,auto,0px);
}
body {

	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
}
.navSlice {
	background-image: url(/images/leftmenu_slice.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #333333;
}
a {
        color: #4A1581;
	text-decoration: none;
}
form {
	margin-top: 0px;
	padding-top: 0px;
}
h1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 130%;
        font-weight: bold;
        color: #4A1581;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.dottyBot {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #955CAB;
}
.dottyVertLine {
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #955CAB;
}
.purpleText {
        font-weight: bold;
        color: #4A1581;
}
.headerPurpleText {
        color: #4A1581;
        font-size: 120%;
}
.leftNavOn {
	font-size: 9px;
        font-weight: bold;
        color: #ffffff;
}
.leftNavOff {
        font-size: 9px;
        font-weight: bold;
        color: #955CAB;
}
.lightPurpleText {
	font-size: 120%;
        font-weight: bold;
        color: #955CAB;
}
.searchTitles {
        font-size: 120%;
        font-weight: bold;
}

.legal {
	font-size: 80%;
}

.loginName {
	background-image: url(/images/login_in_top2.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	font-family: Verdana, Helvetica, sans-serif;font-size: 10px;color: #FFFFFF;
}

.leftMenuOn {
	background-color:#6F3895;
	color: #ffffff;
}

a.leftMenu {
	padding-left:10px;
	padding-top:5px;
	height: 25px;
	color: #ffffff;
	font-size: 11px;
	width: 100%;
}
a.leftMenu:hover {
	padding-left:10px;
	padding-top:5px;
	height: 25px;
	color: #ffffff;
	font-size: 11px;
	background-color:#6F3895;
	width: 100%;
}

.leftMenuOff {
	border-bottom: 1px solid #6F3895
}
.leftMenuOff:hover {
	border-bottom: 1px solid #6F3895;
	background-color:#6F3895;
}

input, select {
	color: #4A1581;
	font-size: 12px;
}

.redMessage {
	color: #ff0000;
	font-size: 13px;
}

.greyText {
	color: #333333;
}

.yourchoice {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4A1581;
	border-left-color: #4A1581;
	padding:6px;
	font-size:10px;
	color:#4A1581;
}
