/* Menu links */
A.general:link
		{color: #f0ee36; text-decoration: underline; font-family: Arial, Helvetica, san-serif; font-size: 10px; font-weight: bold; line-height: 100%; padding: 2px;}

A.general:visited
		{color: #f0ee36; text-decoration: underline; font-family: Geneva, Arial, Helvetica, san-serif; font-size: 10px; font-weight: bold; line-height: 100%; padding: 2px;}
	
A.general:hover
		{color: #ffffff; text-decoration: underline; font-family: Geneva, Arial, Helvetica, san-serif; font-size: 10px; font-weight: bold; line-height: 100%; padding: 2px; border-style: outset;}


/* Top of page links */
A.toplinks:link
		{color: #29408c; text-decoration: underline; font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px; font-weight: normal; line-height: 100%; padding: 2px;}

A.toplinks:visited
		{color: #29408c; text-decoration: underline; font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px; font-weight: normal;  line-height: 100%; padding: 2px;}
	
A.toplinks:hover
		{/*color: #024f1b;*/color: #29408c; text-decoration: underline; font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px; font-weight: normal; line-height: 100%; background: #ffffff; padding: 2px; border-style: none;}


/* List of links */
A.weblinks:link
		{color: #003399; text-decoration: underline; font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px; font-weight: bold; line-height: 100%;}

A.weblinks:visited
		{color: #003399; text-decoration: underline; font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px; font-weight: bold;  line-height: 100%;}
	
A.weblinks:hover
		{color: #176904; text-decoration: underline; font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px; font-weight: bold; line-height: 100%;}


/* Footer links */
A.bottomlinks:link
		{color: #f0ee36; text-decoration: underline; font-family: Geneva, Arial, Helvetica, san-serif; font-size: 10px; font-weight: bold; line-height: 100%; padding: 2px;}

A.bottomlinks:visited
		{color: #f0ee36; text-decoration: underline; font-family: Geneva, Arial, Helvetica, san-serif; font-size: 10px; font-weight: bold; line-height: 100%; padding: 2px;}
	
A.bottomlinks:hover
		{color: #ffffff; text-decoration: underline; font-family: Geneva, Arial, Helvetica, san-serif; font-size: 10px; font-weight: bold; line-height: 100%; padding: 2px;}


/* Text styles */
p
	{
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 12px;
	line-height: normal;
	text-align: left;
}
parasmall {
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 14px;
	line-height: 100%;
}


p.small
	{color: #000000; font-family: Verdana, Arial; font-size: 10px; line-height: 150%;}

h3
		{
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 20px;
	text-align: left;
}
		
h3.small
		{color: #000000; font-weight: bold; font-family: Verdana, Arial; font-size: 18px;}

h3.blue
		{
	color: #003399;
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 12px;
	line-height: none;
}
		
h3.fancy
		{
	color: #003399;
	font-weight: bold;
	font-family: MS Trebuchet, Verdana, Arial;
	font-size: 24px;
	font-style: italic;
	text-align: left;
}

h3.fancysmall
		{
	color: #003399;
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 18px;
	font-style: italic;
	text-align: left;
}

h3.fancysmallgreen
		{color: #07660e; font-weight: bold; font-family: Verdana, Arial; font-size: 14px; font-style: italic;}
	
/* Boxes */	
.bigboxheading
	{margin-left: 10px; margin-bottom: 10px; color: #003399; width: 60%; align: center; font-family: Verdana, Arial; border-style: outset; font-size: 28px; line-height: 150%; background: #fffbc6; padding: 10px; font-weight: bold; font-style: italic;}
	
.bigbox
	{margin-left: 10px; margin-bottom: 10px; color: #000000; width: 85%; align: center; font-family: Verdana, Arial; border-style: outset; font-size: 12px; line-height: 150%; background: #fffbc6; padding: 5px;}

.boxsmall
	{margin-left: 10px; margin-bottom: 10px; color: #000000; width: 60%; align: center; font-family: Verdana, Arial; border-style: outset; font-size: 12px; line-height: 150%; background: #fffbc6; padding: 5px;}


/* Table styles */
tr.title
	{font-weight: bold; font-family: Verdana, Arial; font-size: 11px; background: #fffbc6;}
	
tr.content
	{
	font-family: Verdana, Arial;
	font-size: 11px;
	background: #ffffff;
}
tr.contentsmall {
	font-family: Verdana, Arial;
	font-size: 12px;
	background: #ffffff;
}


tr.blank
	{color: #000000; font-family: Verdana, Arial; font-size: 10px;}
	
tr.grey
	{font-family: Verdana, Arial; font-size: 11px; background: #ececec;}
	
tr.white
	{font-family: Verdana, Arial; font-size: 11px; background: #ffffff;}
	
	
/* List styles */
li
	{color: #000000; font-family: Verdana, Arial; font-size: 12px; line-height: 150%;}

ul.weblinks
	{line-height: 150%; list-style-type: disc;}	

li.weblinks
	{line-height: 150%; list-style-type: disc; font-family: Verdana, Arial; font-size: 12px;}
	

