/* Top-Logo/Right-Side/Middle Background Color */
.bg1
{
background: #CCCC99
}

/* Left-Side Background Color */
.bg2
{
background: #000000
}



/* Top Bar Letters */
.topbar
{
text-align: center;
color: black;
font-family: Verdana;
font-size: 10px;
; font-weight: bold
; line-height: 15pt

}

a.1:link {color: #000000; text-decoration: none}
a.1:visited {color: #000000; text-decoration: none}
a.1:hover {text-decoration: underline}


/* Side Bar Letters */
.sidebar
{
text-align: left;
color: white;
font-family: arial;
font-size: 12px;
font-weight: bold;
}

a.2:link {color: #FFFFFF; text-decoration: none}
a.2:visited {color: #FFFFFF; text-decoration: none}
a.2:hover {text-decoration: underline}


/* Content */
.content
{
text-align: left;
color: black;
font-family: Verdana;
font-size: 12px;
}

a.3:link {color: #0000ff; text-decoration: none}
a.3:visited {color: #0000ff; text-decoration: none}
a.3:hover {text-decoration: underline}

/* Title/Header */
.title
{
text-align: left;
color: black;
font-family: Verdana;
font-size: 11pt;
font-weight: normal
}