/* 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: arial;
font-size: 12px;

}

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: white; text-decoration: none}
a.2:visited {color: white; text-decoration: none}
a.2:hover {text-decoration: underline}


/* Content */
.content
{
text-align: left;
color: black;
font-family: arial;
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}

/* Frontpage */
.frontpage
{
text-align: left;
color: black;
font-family: arial;
font-size: 11px;
}


/* Title/Header */
.title
{
text-align: center;
color: black;
font-family: arial;
font-size: 16px;
font-weight: bold;
background: #CCCC99
}.sidebar2 { text-align: left; color: white; font-family: arial; font-size: 12px; font-weight: normal; }
.yellowlink { text-align: center; color: #FFFF00; font-family: Verdana; font-size: 7pt; font-weight: bold; }
