
/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: verdana,arial,helvetica,sans-serif;
}


/*
	Standard links
*/

a:link
{
	color: #3366ff;
	font-weight: normal;
	text-decoration:none
}

a:visited
{
	color: #3366ff;
	font-weight: normal;
	text-decoration:none
}

a:active
{
	color: #FFFF99;
	font-weight: normal;
	text-decoration:none
}

a:hover
{
	color: #FF3300;
	font-weight: normal;
	text-decoration: none
}


/*
	Top menu bar style
*/


p.menu
{
	color: #FFFFFF;
	font-size: 11px;
	border-top: 0px;
	border-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	text-align: left
	
}



/*
	Top menu bar links
*/

a.menu:link
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold
}

a.menu:active
{
	color: #000000;
	text-decoration: none;
	font-weight: bold
}

a.menu:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold
}

a.menu:hover
{
	color: #6699FF;
	text-decoration: none;
	font-weight: bold
}


/*
	"Current section" menu item
*/

.text
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 2px;
	margin-right: 2px:
	margin-top:0px;
	margin-bottom:0px

}


/*
	Footer style
*/

.footer
{
	text-align: center
}




/*
	Standard paragraph
*/

p
{
	color: #000000;
	font-size: 75%;
	font-weight: normal;
	text-align: justify
}


/*
	Headings
*/

h1
{
	color: #6A6969;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 175%;
	font-weight: normal;
	margin-top: 1px;
	margin-bottom: -8px;
	margin-left: 20px;
	margin-right: 0px;
	padding: 0px;
	border: 0px;

}


h2
{
	color: #C23403;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 135%;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 0px
}

h3
{
	color: #0066CC;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	margin-top:5px;
	margin-bottom:5px
}