a:link {
	color: rgb(0, 128, 0);
	text-decoration: none;
	cursor: hand;
	font-family: "arial", "trebuchet ms", "verdana",  "helvetica";
}

a:visited {
	color: rgb(0, 128, 0);
	text-decoration: none;
	cursor: hand;
	font-family: "arial", "trebuchet ms", "verdana",  "helvetica";
}

a:active {
	color: rgb(128, 0, 0);
	text-decoration: none;
	cursor: hand;
	font-family: "arial", "trebuchet ms", "verdana",  "helvetica";
}

a:hover {
	color: rgb(255, 255, 255);
     	text-decoration: none;
	cursor: hand; 
	font-family: "arial", "trebuchet ms", "verdana",  "helvetica";
}

body {
    	font-family: Palatino, 'Century Gothic', 'Times New Roman';
	font-size: 12pt; 
	background-color: #bebee6; 
	color: #003366 
}

table {
	table-border-color-light: rgb(204, 153, 255);
	table-border-color-dark: rgb(204, 0, 204); 
}

h1 {
	font-family: "arial", "trebuchet ms", "verdana",  "helvetica";
	font-style: italic; font-weight: bold; color: rgb(64, 0, 173); 
}

h2 { 
	font-family: Palatino, 'Century Gothic', 'Times New Roman';
	font-weight: bold; 
	color: rgb(128, 0, 0);
}

h3 {
	font-family: "arial", "trebuchet ms", "verdana",  "helvetica";
	color: rgb(0, 0, 128); 
}

h4 {
    	font-family: Palatino, 'Century Gothic', 'Times New Roman';
	color: rgb(128, 0, 0); 
}

h5 {	
	font-family: "arial", "trebuchet ms", "verdana",  "helvetica";
	color: rgb(0, 0, 128); 
}

h6 {
	font-family: Palatino, 'Century Gothic', 'Times New Roman';
	color: rgb(0, 0, 128); 
}

.BA
{
	font-family: Palatino, Century Gothic,Times New Roman, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: green;
	text-decoration: none;
	border-top: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-bottom: solid 1px #800000;
	border-right: solid 1px #800000;
        background-color: #bebee6;
	
}

.BA:hover
{
	text-decoration: none;
	color: white;
	background-color: #6699FF;
}


.LargeBold {
    	font-family: Palatino, 'Century Gothic', 'Times New Roman';
	font-size: 14pt; 
	background-color: #bebee6; 
	color: #003366;
	font-weight: bold;
}

.MediumBold {
    	font-family: Palatino, 'Century Gothic', 'Times New Roman';
	font-size: 12pt; 
	background-color: #bebee6; 
	color: #003366;
	font-weight: bold;
}
