p.title      
{ 
	font-size: 24pt; 
	font-weight: bold; 
	text-align: Center 
}

A:link, A:visited 
{ 
	text-decoration: none; color: blue
}

A:hover 
{ 
	text-decoration: none; color : red
}

/*p.caption and p.image are used one on top of the 
other so the caption is directly under the image*/
p.image      
{ 
	margin-bottom: 0 
}

p.caption   
{ 
	font-size: 10pt; 
	text-align: Center; 
    font-weight: bold; 
    margin-top: 0 
}
.articlestext    
{ 
	color: #000000; 
	font-size: 10pt; 
	font-family: Arial; 
}
.sectionhome 
{ 
	background-color: #2959B5; 
	margin-top:0 
}
.alignbottom 
{ 
	margin-bottom: 0 
}
A:link.articleslink
{ 
	color: #3268CD; 
	font-size: 10pt; 
	font-family: Arial; 
	text-decoration: none; 
	font-weight: bold;
}
A:visited.articleslink
{ 
	color: #3268CD;
	font-size: 10pt; 
	font-family: Arial; 
	font-weight: bold;
}
A:active.articleslink
{ 
	color: #3268CD;
	font-size: 10pt; 
	font-family: Arial; 
	font-weight: bold;
}
A:hover.adlist
{
	color: #FFFFFF;
	text-decoration:underline; 
	font-weight:bold
}
A:visited.adlist
{
	color: #FFFFFF;
}
A:link.adlist
{
	text-decoration : none;
	color: FFFFFF;
}
.sectionhead
{
	font-family: Verdana; 
	color: #FFFFFF; 
	font-size: 10pt; 
	font-weight: bold
}
.sectionheadblack
{
	font-family: Verdana; 
	color: #000000; 
	font-size: 10pt; 
	font-weight: bold
}
.boldblue
{
	color: #3268CD;
	font-size: 10pt; 
	font-family: Arial; 
	font-weight: bold;
}
/*
These "li" and "ul" where going to be used but I had to put
them on the individual pages because of the older pages.
I didn't want them to change, just the new ones.
li       
{ 
	font-family: Arial; 
	font-size: 10pt; 
	margin-top: 0; 
	margin-bottom: 0 
}
ul
{
	list-style-type: 
	square; color: #3268CD; 
	text-decoration: blink
}
*/