/* Default CSS Stylesheet for a new Web Application project */
a{
	color:#002576;
	text-decoration:none;
	font-weight: bold;
	}
A:hover{
	color:#002576;
	text-decoration:underline;
	font-weight: bold;
	}
A:visited{
	color:#002576;
	text-decoration:none;
	font-weight: bold;
	}
A:visited:hover{
	color:#002576;
	text-decoration:underline;
	font-weight: bold;
	}
A:active{
	color:#002576;
	text-decoration:none;
	font-weight: bold;
	}
A:active:hover{
	color:#002576;
	text-decoration:underline;
	font-weight: bold;
	}	
.ContentText
{
	font-size: x-small;
	color: #001A40;
	font-family: tahoma, arial, helvetica;
	text-decoration: none;
}
.ContentTitle
{
	font-size: 15pt;
	color: #FFFFFF;
	font-family: tahoma, arial, helvetica;
	text-decoration: none;
}
.LeftBox
{
	font-size: 9pt;
	font-family: tahoma, arial, helvetica;
	text-decoration: none;
	color: #002576;
}
A.LeftBox
{
	font-size: 7pt;
	font-family: arial;
	text-decoration: none;
	color:Red;
}
A.LeftBox:active
{
	font-size: 7pt;
	font-family: arial;
	color:Red;
	text-decoration:underline;
	}
A.LeftBox:hover
{
	font-size: 7pt;
	font-family: arial;
	color:Red;
	text-decoration:underline;
	}
A.LeftBox:visited
{
	font-size: 7pt;
	font-family: arial;
	color:Red;
	text-decoration:none;
	}
A.adam_gamwell{
	color:#f4d100;
	text-decoration:none;
	}
A.adam_gamwell:active{
	color:#f4d100;
	text-decoration:underline;
	}
A.adam_gamwell:hover{
	color:#f4d100;
	text-decoration:underline;
	}
A.adam_gamwell:visited{
	color:#f4d100;
	text-decoration:none;
	}
.footer{
	font-size: 7pt;
	font-family: arial;
	text-decoration: none;
	color: #ffffff;
	}
A.footer{
	font-size: 7pt;
	font-family: arial;
	color:#f4d100;
	text-decoration:underline;
	}
A.footer:active{
	font-size: 7pt;
	font-family: arial;
	color:#f4d100;
	text-decoration:underline;
	}
A.footer:hover{
	font-size: 7pt;
	font-family: arial;
	color:#ffffff;
	text-decoration:none;
	}
A.footer:visited{
	font-size: 7pt;
	font-family: arial;
	color:#f4d100;
	text-decoration:underline;
	}
A.footer:visited:hover{
	font-size: 7pt;
	font-family: arial;
	color:#ffffff;
	text-decoration:none;
	}
A.footer:visited:active{
	font-size: 7pt;
	font-family: arial;
	color:#f4d100;
	text-decoration:underline;
	}
