/*
	Standard links
*/

a:link
     { color: #000099; font-size: 12px; font-family: Tahoma, "Trebuchet MS", Arial; font-weight: normal; text-decoration: underline }

a:visited
   { color: #000099; font-size: 12px; font-family: Tahoma, "Trebuchet MS", Arial; font-weight: normal; text-decoration: underline }

a:hover
     { color: #990000; font-size: 12px; font-family: Tahoma, "Trebuchet MS", Arial; font-weight: normal; text-decoration: underline }



/*
	Small links
*/

a.linksmall:link
{
font-size: 12px;
font-weight: normal;
color: #ffffff; 
text-decoration: none
}

a.linksmall:active
{
font-size: 12px;	
font-weight: normal;
color: #ffffff; 
text-decoration: none
}

a.linksmall:visited
{
font-size: 12px;
font-weight: normal;
color: #ffffff; text-decoration: none
}

a.linksmall:hover
{
font-size: 12px;
font-weight: normal;
color: #000099; text-decoration: underline
}




/*
	Top menu bar links
*/

a.linktopmenu:link
{
font-size: 11px;
font-weight: bold;
color: #ffffff;
text-decoration: none
}

a.linktopmenu:active
{
font-size: 11px;	
font-weight: bold;
color: #ffffff;
text-decoration: none
}

a.linktopmenu:visited
{
font-size: 11px;
font-weight: bold;
color: #ffffff;
text-decoration: none
}

a.linktopmenu:hover
{
font-size: 11px;
font-weight: bold;
color: #000099;
text-decoration: underline
}


a.linkbold:link
{
font-size: 12px;
font-weight: bold;
color: #000066;
text-decoration: none
}

a.linkbold:active
{
font-size: 12px;	
font-weight: bold;
color: #000066;
text-decoration: none
}

a.linkbold:visited
{
font-size: 12px;
font-weight: bold;
color: #000066;
text-decoration: none
}

a.linkbold:hover
{
font-size: 12px;
font-weight: bold;
color: #660000;
text-decoration: underline
}



	Standard paragraph
*/

p
{
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}






td {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 12px;
	color: #000000; }



.small {
	font-size: 10px;
	font-family: Tahoma, "Trebuchet MS", Arial;
}

.box {
	border: 1px solid #6699CC;
	font-size: 12px;
font-weight: normal;
	color: #003399;
	background-color: #f8f2e3;
	padding: 6px;
}


li {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 12px;
      color: #000000;
	list-style-position: outside;
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style-image: url(images/bullet.gif);
}



/*
	Headings
*/

	
h1   { color: #000066; 
      font-size: 22px; 
      font-family: Tahoma, "Trebuchet MS", Arial; 
      font-weight: bold}
        
        
h2   { color: #660000; 
      font-size: 20px; 
      font-family: Tahoma, "Trebuchet MS", Arial; 
      font-weight: bold}

h3   { color: #000066; 
      font-size: 18px; 
      font-family: Tahoma, "Trebuchet MS", Arial; 
      font-weight: bold}


h4   { color: #000066; 
     font-size: 14px;
     font-family: Tahoma, "Trebuchet MS", Arial; 
     font-weight: bold}

