﻿#Content
{
    position:relative;
	width:763px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	z-index:2;
}
body
{
    margin: 0;
    font-size: 9pt;
    font-family: Arial;
	background-image:url('Pics/Master/bg5.jpg');
	background-repeat:no-repeat;
	background-position:top center;
}
html
{
	background-image:url('Pics/Master/bgextra5.jpg');
	background-repeat:repeat-x;
	height: 100%;
}

body table
{
    font-size: 9pt;
    font-family: Arial;
    text-align: justify;
}

a {
	color: #000080;
}
a:visited {
	color: #000080;
}
a:active {
	color: #000080;
}
a:hover {
	color: #000080;
}

.leftMenu
{
    font-size: 10pt;
    font-weight: bold;
    padding-left: 5px;
    padding-bottom: 5px;
    color: #ffffff;
}
a.leftMenu:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.leftMenu:visited {
	text-decoration: none;
	color: #FFFFFF;
} 
a.leftMenu:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.leftMenu:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.leftMenuBullet {
	color: #FFFFFF;
	font-size: 8pt;
    padding-left: 10px;
    padding-bottom: 10px;
}
a.leftMenuBullet:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.leftMenuBullet:visited {
	text-decoration: none;
	color: #FFFFFF
} 
a.leftMenuBullet:active {
	text-decoration: none;
	color: #FFFFFF
}
a.leftMenuBullet:hover {
	text-decoration: underline;
	color: #FFFFFF
}

.navigatorBar {
	border: 1px solid #000080;
	background-color: #CFCFFF;
	font-family: Arial;
	font-size: 10pt;
	padding-left: 4px;
	padding-right: 4px;
}

.copyrightBar {
	background-color: #CFCFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000080;
	padding-left: 2px;
	padding-right: 2px;
}

.copyrightLink {
	color: #000000;
}
a.copyrightLink:link {
	text-decoration: none;
	color: #000000;
}
a.copyrightLink:visited {
	text-decoration: none;
	color: #000000
} 
a.copyrightLink:active {
	text-decoration: none;
	color: #000000
}
a.copyrightLink:hover {
	text-decoration: underline;
	color: #000000
}

.anLogoStyle {
	color: #A20003;
}

.anBlogCellHeader
{
    background-color: #9d9dff;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    border-top: #000080 1px solid;
}

.anCommentCellHeader
{
    background-color: #000000;
    color: #ffffff;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

.anHighlightCellHeader
{
    font-weight: bold;
}

.anBlogCellSeparator
{
    height: 8px;
}

.anNewBlogCellSeparator
{
    height: 10px;
}

.searchHyperlinks
{
    font-size: 11pt;
}

.anBlogCellImage
{
    float: left;
    padding-right: 4px;
}

.anSection
{
    width: 148px;
    background-color: #cfcfff;
    border-right: #000080 1px dashed;
    border-top: #000080 1px dashed;
    border-left: #000080 1px dashed;
    border-bottom: #000080 1px dashed;
}


.idLink
{
    color: #000000;
    padding-left: 0px;
}
a.idLink:link {
	text-decoration: none;
	color: #000000;
}
a.idLink:visited {
	text-decoration: none;
	color: #000000;
} 
a.idLink:active {
	text-decoration: none;
	color: #000000;
}
a.idLink:hover {
	text-decoration: underline;
	color: #000000;
}

.jukeboxCell {
	border: 1px solid #000080;
	background-color: #9D9DFF;
}

.jukeboxCellContent {
	background-color: #9D9DFF;
}

.previousNextLink
{
    color: #A20003;
    font-weight: bold;
}
a.previousNextLink:link {
	text-decoration: none;
	color: #A20003;
    font-weight: bold;
}
a.previousNextLink:visited {
	text-decoration: none;
	color: #A20003;
    font-weight: bold;
} 
a.previousNextLink:active {
	text-decoration: none;
	color: #A20003;
    font-weight: bold;
}
a.previousNextLink:hover {
	text-decoration: underline;
	color: #A20003;
    font-weight: bold;
}

.whiteLink {
	color: #FFFFFF;
}
a.whiteLink:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.whiteLink:visited {
	text-decoration: none;
	color: #FFFFFF
} 
a.whiteLink:active {
	text-decoration: none;
	color: #FFFFFF
}
a.whiteLink:hover {
	text-decoration: underline;
	color: #FFFFFF
}

.controlDashedBorder
{
    border-top: 1px dashed #000080;
    border-left: 1px dashed #000080;
    border-bottom: 1px dashed #000080;
    border-right: 1px dashed #000080;
    background-color: White;
    vertical-align: top;
    text-align: left;
}

.controlSolidBorder
{
    border-top: 1px solid #000080;
    border-left: 1px solid #000080;
    border-bottom: 1px solid #000080;
    border-right: 1px solid #000080;
    background-color: White;
    vertical-align: top;
    text-align: left;
}