a:link {  color: #000099; text-decoration: none}
a:hover {  text-decoration: underline}
a:active {  color: #ba2025}
a:visited {  color: #5778B3}

.whiten:link {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	color: #FFFFFF }
.whiten:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: underline; 
	color: #FFFFFF }
.whiten:active {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	color: #FDF2D8 }
.whiten:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	color: #CCCCCC}

.nav {  font-size: 12px; line-height: 18px; font-weight: normal}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 12px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	line-height: 20pt;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	margin-top: 4px;
	margin-bottom: 8px;
}
h3 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; text-align: center; font-weight: normal}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
}
h6 {
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 8px 2px 2px;
	padding: 0px;
	font-weight: normal;
	font-size: 10px;
	line-height: 13px;
}
ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
}
hr {
	color: #000000;
	height: 1px;
	width: 100%;
}

.tenright { font-size: 10px; text-align: right ; line-height: 12px; color: #000000}
.tenleft { font-size: 10px; text-align: left; line-height: 12px; color: #000000}
.tencenter { font-size: 10px; text-align: center; line-height: 12px; color: #000000 }
.elevenleft { font-size: 11px; text-align: left; line-height: 12px; color: #000000}
.cobaltblue {  color: #000099}
.candyapplered {  color: #BA2025}
.boltcobaltblue {  font-weight: bold; color: #000099}
.italic {  font-style: italic}
.bold {  font-weight: bold}
.center {  text-align: center}
.centerwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.white {
	color: #FFFFFF;
}
.whitebold {
	font-weight: bold;
	color: #FFFFFF;
}
.subh1 {
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
}
.boldcandyapplered {
	font-weight: bold;
	color: #BA2025;
}
.justified {
	text-align: justify;
}
.nineleft {
	font-size: 9px;
	font-style: italic;
	text-align: left;
	line-height: 9px;
}
.margins10 {
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
.cell-content .style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding-top: 14px;
	padding-bottom: 6px;
}
.image-left {
	float: left;
	padding-right: 15px;
}
.image-right {
	float: right;
	padding-left: 15px;
}




















/*        ======    GRAYBOX     =========        */



#GB_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}


.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
    background-color: #fff;
    border: 3px solid #ddd;
}

.GB_header {
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
}

.GB_header .inner {
    background-color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    padding: 2px 20px 2px 20px;
}

.GB_header table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

.GB_header .caption {
    text-align: left;
    color: #eee;
    white-space: nowrap;
    font-size: 20px;
}

.GB_header .close {
    text-align: right;
}

.GB_header .close img {
    z-index: 500;
    cursor: pointer;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}


#GB_middle {
    color: #eee;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 10px;
}

#GB_middle .right {
    padding-left: 10px;
}


.GB_Window .content {
    background-color: #fff;
    border: 3px solid #ccc;
    border-top: none;
}

.GB_Window .header {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #999;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    margin: 0;

	font-family: Verdana, Arial, Helvetica, sans-serif; 
    height: 22px;
    font-size: 12px;
    padding: 3px 0;
    color: #333;
}


/*       WINDOW TITLE        */

.GB_Window .caption {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-left: 20px;
}

.GB_Window .close { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align: right; }

/*       CLOSE LINK        */
.GB_Window .close span { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10px;
    cursor: pointer; 
	color: #BA2025;
}

/*       CLOSE CHECKBOX IMAGE        */

.GB_Window .close img {
    cursor: pointer;
    padding: 0 3px 0 0;
	vertical-align: bottom;
}

.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }

