﻿a:link, a:active, a:visited {
	color: #5a0c72;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
} 

a:hover {
	color: #32156F;
	text-decoration: underline;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

a.a1:link, a.a1:active, a.a1:visited {
	color: #000066;
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	text-indent: 5px;
	font-weight: bold;
} 

a.a1:hover {
	color: #5A0C72;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	text-indent: 5px;
	font-weight: bold;
}


input { 
color: #5a0c72; 
font: 10pt Arial;}

textarea { 
color: #5a0c72; 
font: 10pt Arial}

.logo {
font-family: Arial; 
font-size: 14pt;
font-weight: bold;
color: #5a0c72}

.text_bold {
font-family: Arial; 
font-size: 10pt;
font-weight: bold;
color: #5a0c72}

.text {
font-family: Arial; 
font-size: 10pt;
color: #5a0c72}

.style1 {
	color: #FFFFFF;
}
.style2 {
	font-family: Fixedsys;
}
.style12px {
	font-size: 12px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a0c72;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a0c72;
	border: none;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a0c72;
	border: none;
}

table {
	border:none;
	table-layout:inherit;
	margin:0px;
	padding: 0px;
	position: inherit;
	
}

pre {
white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
white-space: -pre-wrap; /* Opera 4 - 6 */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
word-wrap: break-word; /* IE 5.5+ */
}


