﻿body {
/*
	background-color:     #AAAAFF;
 */
	color:                 black;
	font-family:           Arial, Helvetica, sans-serif;
	font-size:             10pt;
	font-weight:           normal;
	padding:               0;
	border:                1px #A1ADBD inset;
/*
	background-repeat:    repeat;
	background-position:  center center;
 */
	overflow-y:            scroll;
	scrollbar-base-color:  #A1ADBD;
	margin:                0px;
	padding:               0px;
	background-image:      url(../images/bluefade.jpg);
	background-position:   center top;
	background-repeat:     repeat-x;
	background-attachment: fixed;
	background-color:      #4491D9;
}

.header {
	font-size:            18pt;
	font-weight:          bold;
	text-align:           left;
	height:               54px;
	padding-left:         20px;
	color:                #101010;
}

.headlink {
 	font-family:          Arial, Helvetica, sans-serif;
 	font-size:            10pt;
 	font-weight:          bold;
 	color:                #0060C0;
 	text-align:           center;
 	cursor:               pointer;
 	height:               30px;
}

.pagetitle {
	border:               0px none;
	color:                white;
	font-size:            10pt;
	width:                130px;
	height:               16px;
	cursor:               default;
	font-weight:          normal;
	background-color:     #000080;
	letter-spacing:       1pt;
	display:              inline;
	position:             absolute;
	padding:              3px;
	text-align:           center;
}

.pagetitleover {
	border:               0px none;
	color:                white;
	font-size:            10pt;
	width:                130px;
	height:               16px;
	cursor:               default;
	font-weight:          bold;
	background-color:     #0000C0;
	letter-spacing:       1pt;
	display:              inline;
	position:             absolute;
	padding:              3px;
	text-align:           center;
}

.pagelinktitle {
	border:               0px none;
	color:                black;
	font-size:            10pt;
	font-weight:          bold;
	background-color:     #4060C0;
	padding:              2px;
	white-space:          pre;
}

.pagelinks {
	border:               0px none;
	color:                white;
	font-size:            10pt;
	font-weight:          normal;
	background-color:     #4060C0;
	padding:              3px;
	padding-left:         8px;
	white-space:          pre;
}

.pagelinksover {
	border:               0px none;
	color:                white;
	font-size:            10pt;
	font-weight:          normal;
	background-color:     #0000C0;
	padding:              3px;
	padding-left:         8px;
	white-space:          pre;
}

.ielinksdiv {
	width:                130px;
	position:             absolute;
	border:               0px none;
}

.linksdiv {
	width:                220px;
	position:             absolute;
	border:               0px none;
}

.copyright {
	font-family:          Arial, Helvetica, sans-serif;
	font-size:            8pt;
	font-color:           #C0C0C0;
	text-align:           center;
}