/* Zone: 0 Text Stylesheet */

body, textarea, textfield, input
{
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
color: #000000;
}


/* Text Styles */

p
{
margin-top: 5px;
margin-bottom: 5px;
}

b
{
font-style: bold;
color: #000099;
}

h1, .h1
{
font-size: 16px;
font-weight: bold;
color: #000099;
margin-top: 0px;
margin-bottom: 10px;
}

h2, .h2
{
font-size: 13px;
font-weight: bold;
color: #000099;
margin-top: 0px;
margin-bottom: 10px;

}

.small
{
font-size: 10px;
}

.size9
{
font-size: 9px;
}

.size10
{
font-size: 10px;
}

.size11
{
font-size: 11px;
}

.size12
{
font-size: 12px;
}

.size13
{
font-size: 13px;
}

.size14
{
font-size: 14px;
}

.size15
{
font-size: 15px;
}

.size16
{
font-size: 16px;
}




/* Standard Links */

a:link
{
color: #000099; 
text-decoration: none;
}

a:visited
{
color: #000099;
text-decoration: none;
}

a:hover 
{
color: #000099; 
text-decoration: underline;
}

a:active 
{
color: #000099; 
text-decoration: none;
}

