A:link {
	text-decoration : none;
	color : #960000;
}
A:visited {
	text-decoration : none;
	color: #960000;
}
A:hover {
	text-decoration : none;
	color : Red;
}
A:active {
	text-decoration : none;
	color : #960000;
}

.purplelink:link {
	text-decoration : none;
	color : #FFFFFF;
}
.purplelink:visited {
	text-decoration : none;
	color: #FFFFFF;
}
.purplelink:hover {
	text-decoration : none;
	color : #E3E1DA
}
.purplelink:active {
	text-decoration : none;
	color : #FFFFFF;


}
BODY {
	font-family : arial;
	font-size : 8pt;
	color : black;
	font-weight : normal;
	background-position: center;
}
TD {
	font-family : arial;
	font-size : 8pt;
	color : black;
	font-weight : normal;
}
.button {  
	color: #5B5B54;
	font-weight: normal;
	font-family: Verdana;
	font-size: 7pt;
	background : #E3E1DA url(img/btnbg_tan.gif);
	border-bottom-width : 1pt;
	border-left-width : 1px;
	border-left-color : #FFFFFF;
	border-top-width : 1px;
	border-top-color : #FFFFFF;
	border-right-width : 1px;
}

.button_purple {
	color: white;
	font-weight: normal;
	font-family: Verdana;
	font-size: 8pt;
	border-bottom-width : 1pt;
	background : #506482 url(img/btnbg_purple.gif);
	border-left-width : 1px;
	border-left-color : #C8D2DC;
	border-top-width : 1px;
	border-top-color : #C8D2DC;
	border-right-width : 1px;
}


INPUT {  
	color: black;
	font-weight: normal;
	font-family: Verdana;
	font-size: 8pt;
	border-bottom-width : 1pt;
	border-bottom-color : #FFFFFF;
	border-left-width : 1px;
	border-left-color : #BAB9B2;
	border-top-width : 1px;
	border-top-color : #BAB9B2;
	border-right-width : 1px;
	border-right-color : #FFFFFF;
}

SELECT {  
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
}

TEXTAREA {
	font-family : Verdana;
	font-size : 8pt;
	color : #000000;
	background : #F7F7F4;
}
	
FRAMESET {
	bordercolor : #FF0000;
	border-bottom-width : 50pt;
	border-bottom-color : #FFFFFF;
	border-left-width : 40px;
	border-left-color : #BAB9B2;
	border-top-width : 30px;
	border-top-color : #FF0000;
	border-right-width : 20px;
	border-right-color : #FFFFFF;
}

FRAME {
	border-bottom-width : 20pt;
	border-bottom-color : #FFFFFF;
	border-left-width : 20px;
	border-left-color : #BAB9B2;
	border-top-width : 20px;
	border-top-color : #ff0000;
	border-right-width : 20px;
	border-right-color : #FFFFFF;
}


