/*	Paragraph									*/
p 
{ 
font: normal 11px verdana, arial,helvetica,sans-serif;
}

p.fl:first-letter {
font-size: large;
font-weight: bold;
}

p.fl {

color: #FF0099;

}


table {
font-size: 11px;
font-family: "arial", sans-serif;
}


li {
font-size: small;
margin-left: 40px;
color: #333333;
background: #FFFFFF;
font-family: "arial", "Times New Roman", sans-serif;
}




p.right {
margin-right: 12px;
text-align: right;
}

big.logo {
font-size: medium;
font-style: italic;
}

small.logo {
font-size: x-small;
font-style: italic;
}


/*	Unvisited links								*/
a:link {
color: #616161;
font-weight: bold;
font-family: "arial", sans-serif;
text-decoration: none
}

/*	Visited links								*/
a:visited {
color: #616161;
font-weight: bold;
font-family: "arial", sans-serif;
text-decoration: none
}


/*	Links when hovered over (MSIE only)					*/
a:hover {
color: #0033FF;
background: #CCFFFF;
font-weight: bold;
font-family: "arial", sans-serif;
}


/*	Links unvisited links							*/
a.nav:link {
color: #000099;
font-family: "arial", sans-serif;
text-decoration: none;
}

/*	Links visited links							*/
a.nav:visited {
color: #006699;
font-family: "arial", sans-serif;
text-decoration: none;
}

/*	Links when hovered over (MSIE only)					*/
a.nav:hover {
color: #0033FF;
background: #CCFFFF;
font-weight: bold;
text-decoration: none;
font-family: "arial", sans-serif;
}


/*       This is for main headers on all pages	*/
h1 {
font-size: 16px;
font-weight: bold;
font-family: "arial", sans-serif;
color: #6699FF;
text-align: right;
}

h2 {
font-size: 13px;
font-weight: bold;
font-family: "arial", sans-serif;
text-align: left;
}

h3 {
font-size: 11px;
font-weight: bold;
font-family: "arial", sans-serif;
text-align: left;
color: #6699FF;
background: #000099;
}

h4 {
font-size: 11px;
font-weight: bold;
font-family: "arial", sans-serif;
text-align: left;
color: #6699FF;
}


a.top {
vertical-align: top;
}
