Tbody,Body,Td,Li,P
{
	font-family:Arial;
	font-size:14px;
	color: black;
}

/* The following is a special style that will show up in the content editor drop down */
/* EBASTYLE name="Page Heading" render="Y" */
.PageHeading
{
	font-family: Arial;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: Black;
	padding: 0px;
}

/* EBASTYLE name="News Heading" render="N" */
.NewHeading
{
	font-family: Arial;
	font-size: 24;
	font-weight: bold;
	color:#21668f;
	padding: 0px;
}

/* EBASTYLE name="News Sub Heading" render="N" */
.NewSubHeading
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color:#627e25;
	padding: 0px;
}

/* This is the style of all links */
A:link
{
	color:#21668F;
}

/* This is the style links while the mouse is over them */
A:hover
{
	color:#21668F;
}

/* This is the style links while the mouse is pressing them */
A:active
{
	color:#21668F;
}

/* This is the style links after the page has been visited */
A:visited
{
	color:#666666;
}