/* HTML ELEMENTS */
body
{
background-color: #EBE9F1;
margin: 0px;

}

td
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:normal;
color: #000000;
}

form
{
margin: 0px;
}

/* IMAGES */
.NavLines
{
background-image: url(../images/nav/lines.gif);
background-repeat: repeat-x;
background-position: left top;
}

.BotLines
{
background-image: url(../images/general/lines2.gif);
background-repeat: repeat-x;
background-position: left top;
}

.gradient
{
background-image: url(../images/general/gradient.gif);
background-repeat: repeat-x;
background-position: left bottom;
}

/* LINK ELEMENTS */
a.nav
{
font-family: "Times New Roman", Times, serif;
font-size: 11px;
color: #000000;
font-weight: bold;
text-decoration: none;
}

/* TEXT ELEMENTS */
.Quote
{
font-size: 13px;
font-weight:normal;
color: #920080;
font-style: italic;
}

.Highlight
{
font-weight:bold;
color: #920080;
}

.Highlight2
{
font-weight:normal;
font-style: italic;
color: #920080;
}

.title
{
font-family: "Times New Roman", Times, serif;
font-size: 18px;
font-weight:bold;
color: #072B61;
}

.subtitle
{
tex-transorm: uppercase;
font-weight:bold;
color: #072B61;
}

.subtitle2
{
tex-transorm: uppercase;
font-weight:bold;
color: #920080;
}

/* FORM ELEMENTS */
input, textarea, select, button
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #000000;
border: 1px solid #072B61;
width: 250px;
height: 20px;
}

.textbox
{
height: 100px;
}

.button
{
color: #FFFFFF;
background-color: #072B61;
height: auto;
width: auto;
}

/* SWAN FOOTER */
.swanfooter
{
font-size: 9px;
color: #0000000;
}

a.swanlink
{
font-size: 9px;
color: #072B61;
text-decoration:none;
}

a.swanlink:hover
{
font-size: 9px;
color: #920080;
}
