 /* Global Styles */
body
{
font-family: arial, helvetca, sans-serif;
font-size: 11px;
background-color: #ffffff;
}

/* Text */

.defaulttext
{
font-family: arial, helvetca, sans-serif;
font-size: 11px;
font-weight: normal;
line-height: 1.45em;
color: #000000;
}

.sidebartext
{
font-family: arial, helvetca, sans-serif;
font-size: 10px;
font-weight: normal;
line-height: 1.45em;
color: #ffffff;
}

.sidebarlink
{
font-family: arial, helvetca, sans-serif;
font-size: 10px;
font-weight: normal;
line-height: 2em;
color: #ffffff;
}

.tagtext
{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	font-family: "Arial Black", Gadget, sans-serif;
}


.footertext
{
font-family: arial, helvetica, geneva, sans-serif;
font-size: 9px;
font-weight: normal;
color: #333333;
}

/* Links */

.pnavlink:link
{
color: #ffffff;
text-decoration: underline;
}

.pnavlink:active
{
color: #ffffff;
text-decoration: underline;
}

.pnavlink:visited
{
color: #ffffff;
text-decoration: underline;
}

.pnavlink:hover
{
color: #ffffff;
text-decoration: none;
}

.pnavlinkrev:link
{
color: #310B47;
text-decoration: underline;
}

.pnavlinkrev:active
{
color: #310B47;
text-decoration: underline;
}

.pnavlinkrev:visited
{
color: #310B47;
text-decoration: underline;
}

.pnavlinkrev:hover
{
color: #310B47;
text-decoration: none;
}


h1	
{
font-size:	24px;
}
	
h2	
{
font-size:	22px;
}
	
h3
{
font-size:	20px;
}
	
h4 
{
font-size:	18px;
}
	
h5	
{
font-size:	14px;
}
	
h6
{
font-size:	12px;
}	

h1, h2, h3, h4, h5, h6	
{
font-family: arial, helvetica, geneva, sans-serif;
font-weight: bold;
color: #462B70;
background-color: transparent;
margin: 0 0 0 0;
}

/* List Styles */
.listUL
{
font-family: arial, helvetica, geneva, sans-serif;
font-size: 11px;
margin: 0px 0px 4px 20px;
}

.listboldUL
{
font-family: arial, helvetica, geneva, sans-serif;
font-size: 11px;
font-weight: bold;
margin: 0px 0px 4px 20px;
}

.listOL
{
font-family: arial, helvetica, geneva, sans-serif;
font-size: 11px;
margin: 0px 0px 4px 24px;
}

.listboldOL
{
font-family: arial, helvetica, geneva, sans-serif;
font-weight: bold;
font-size: 11px;
margin: 0px 0px 4px 24px;
}

/* Form Styles */

.SearchInput {
	font-family: verdana, geneva, arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	background-color: #003399;
	border-bottom : thin outset #000033;
	border-right : thin outset #000033;
	border-top : thin outset #99CCCC;
	border-left : thin outset #99CCCC;
}
