﻿a:link
{
	color: rgb(0, 51, 153); 
}
a:visited
{
	color: rgb(0, 51, 102); 
} 
a:active 
{
	color: rgb(0, 0, 51);	
}

ol
{
list-style-image: url(diamond.jpg);
list-style-type: circle
}

p
{ margin: 0px, 0px, 8px, 8px;
}

body
{ font-family: Georgia, Times New Roman, serif;
color: rgb(51,51,102)
	}

table
{
 padding: 0px, 0px, 0px, 0px;
 }

img
{
	border:0
}
h1
{
	font-family: Georgia, Times New Roman, serif;
	font-weight: bold;
	font-variant: small-caps;
	font-size:120%;
	color: rgb(102, 102, 102);
}
h2
{
	font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
	font-variant: small-caps;
	font-size:90%;
	color: rgb(0, 0, 102);
}
h3
{
	 font-family: Georgia, Times New Roman, serif;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 100%;
	color: rgb(102, 102, 102);
}
h4
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 11pt;
	color: rgb(102, 102, 102);
}
h5
{
	font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
	/*font-variant: small-caps;*/
	color: rgb(0, 0, 102);
}
h6
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	color: rgb(102,102,102);
	}
	

.rightmarg{
	margin-right:10px
}
