﻿a:link
{
	color: rgb(0, 51, 153);
	/*font-size: x-small;*/
}
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
}

li {
	list-style-type:none;
	list-style:none;
	display:inline;
	margin:0px 15px 0px 15px;
	padding:0
}

ul {
	margin-left:5px;padding:0
}

p
{ margin: 0px, 0px, 8px, 8px;
}

body
{ 
font-family: Georgia, Times New Roman, serif;
background-image:url(images/new_graph/gradient.jpg);
background-repeat:repeat-x;
background-attachment:fixed;
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: bold;
	font-variant: small-caps;
	font-size:90%;
	color: rgb(102, 102, 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);
}

.description {
	font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
	font-variant: small-caps;
	font-size:14px;
	color: rgb(0, 0, 102);
	margin-left:0
}

h6
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	color: rgb(102,102,102);
	}
	
.rightmarg{
	margin-right:10px
}

#imagerotator {
padding:0 0 0 0;
margin:0 0 8px 8px;
	}

#footer {
	text-align:center;
	font-size:x-small;
	font-family:Verdana, Geneva, Helvetica, Arial, sans-serif;
	color:silver;
	margin:0; padding:0;
	}

#footer a:link
{
	color: rgb(204, 204, 153); 
}
#footer a:visited
{
	color: rgb(255, 255, 153); 
} 
#footer a:hover
{
	color: rgb(255, 255, 204); 
} 
#footer a:active 
{
	color: rgb(255, 255, 204);	
}



