/* CSS Document */

<style type="text/css">

<!--  
body { 
	background-color: #ffffff;
	color: #000000;
	margin: 5px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	} 

a.link_back {
color : #ffffff;
text-decoration : underline;
font-weight : bold;
font-family: arial;
font-size: 14;
}
a:hover.link_back {
color : #993232;
text-decoration : underline;
font-weight : bold;
font-family: arial;
font-size: 14;
}

a.link {
color : #663399;
text-decoration : underline;
font-weight : bold;
font-family: arial;
font-size: 12;
}
a:hover.link {
color : #993232;
text-decoration : underline;
font-weight : bold;
font-family: arial;
font-size: 12;
}

a.link_No_Size {
color : #663399;
text-decoration : underline;
font-weight : bold;
font-family: arial;
}
a:hover.link_No_Size {
color : #993232;
text-decoration : underline;
font-weight : bold;
font-family: arial;
}

a.link_No_Size_black {
color : #000000;
text-decoration : none;
font-weight : bold;
font-family: arial;
}
a:hover.link_No_Size_Black {
color : #993232;
text-decoration : none;
font-weight : bold;
font-family: arial;
}










-->
</style>
