/* CSS Document */

/* color code */
/* #f8f8ff = white/blue */
/* #003893 = dark blue */
/* #00529b = lci blue */
/* #ffffff = white */
/* #000000 = black */
/* #ffcc00 = yellow */
/* #ffcc06 = lci yellow */
/* */

body {background-color:#f8f8ff;}

body,td,th {font-family:Arial, Helvetica, sans-serif;font-size:12px;}

.Banner {font-size:36px; color:#00529b;}

.Banner1 {font-size: 24px; color: #00529b;}

.Banner2 {font-size: 16pt; color: #FFFFFF;}

.Banner3 {font-size:large; font-weight:bold; color: #00529b;}

.White_Banner {font-size:36px; color:#FFFFFF;}

.Headline { background-color: #00529b; border-color:#00529b; color:#FFFFFF;}

.Quote { background-color:#ffcf06; border-color:#ffcf06; color:#00529b;}

.Copyright {font-size:xx-small; font-weight:bold; color: #f8f8ff;}

.Copyright2 {font-size:xx-small; font-weight:bold; color: #00529b;}

ul.vert-one{margin:0;padding:0;list-style-type:none;display:block; font:12px Helvetica,Arial,sans-serif;line-height:150%; height:50px; width:200px;}
ul.vert-one li{margin:0; padding:0;}
ul.vert-one li a{display:block; text-decoration:none; color:#00529b; padding:0 0 0 20px; width:200px; background-color: #f8f8ff;}
ul.vert-one li a:hover{background:#00529b no-repeat 0 5px; display:block; text-decoration:none; color:#FFFFFF;}
ul.vert-one li a.current,ul.vert-one li a.current:hover{background:#00529b no-repeat 0 5px; display:block; text-decoration:none; color:#FFFFFF;}
ul.vert-one li a.current{background:#00529b no-repeat 0 5px; display:block; text-decoration:none; color:#FFFFFF;}

ul.vert-two{margin:0;padding:0;list-style-type:none;display:block; font:12px Helvetica,Arial,sans-serif;line-height:150%; height:50px; width:200px;}
ul.vert-two li{margin:0; padding:0;}
ul.vert-two li a{display:block; text-decoration:none; color:#f8f8ff; padding:0 0 0 20px; width:200px; background-color: #00529b;}
ul.vert-two li a:hover{
	background:#f8f8ff no-repeat 0 5px;
	display:block;
	text-decoration:none;
	color:#00529b;
	font-style: italic;
}
ul.vert-two li a.current,ul.vert-one li a.current:hover{background:#00529b no-repeat 0 5px; display:block; text-decoration:none; color:#f8f8ff;}
ul.vert-two li a.current{background:#f8f8ff no-repeat 0 5px; display:block; text-decoration:none; color:#00529b;}

a.white:link {font-size : 12px; color: #FFFFFF; font-family: Helvetica,Arial,sans-serif; font-weight: bolder;}
a.white:visited {font-size : 12px; color: #FFFFFF; font-family: Helvetica,Arial,sans-serif; font-weight: bolder;}
a.white:hover {
	font-size : 12px;
	color: #FFFF00;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bolder;
	font-style: italic;
}

a.white2:link {font-size : 12px; color: #FFFFFF; font-family: Helvetica,Arial,sans-serif; font-weight: bolder;}
a.white2:visited {font-size : 12px; color: #FFFFFF; font-family: Helvetica,Arial,sans-serif; font-weight: bolder;}
a.white2:hover {font-size : 12px; color: #FFFF00; font-family: Helvetica,Arial,sans-serif; font-weight: bolder;}

a.white3:link {font-size : xx-small; color: #FFFFFF; font-family: Helvetica,Arial,sans-serif; font-weight: bolder;}
a.white3:visited {font-size : xx-small; color: #FFFFFF; font-family: Helvetica,Arial,sans-serif; font-weight: bolder;}
a.white3:hover {
	font-size : xx-small;
	color: #FFFF00;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bolder;
	font-style: italic;
}

a.blue:link {font-size : 12px; color: #00529b; font-family: Helvetica,Arial,sans-serif; font-weight: bold;}
a.blue:visited {font-size : 12px; color: #00529b; font-family: Helvetica,Arial,sans-serif; font-weight: bold;}
a.blue:hover {	font-size : 12px; color: #ff0000; font-family: Helvetica,Arial,sans-serif; font-weight: bold; font-style: italic;}

a.blue2:link {font-size : xx-small; color: #00529b; font-family: Helvetica,Arial,sans-serif; font-weight: bold;}
a.blue2:visited {font-size : xx-small; color: #00529b; font-family: Helvetica,Arial,sans-serif; font-weight: bold;}
a.blue2:hover {font-size : xx-small; color: #ffcf06; font-family: Helvetica,Arial,sans-serif; font-weight: bold;}

a.blue3:link {font-size : 10px; color: #00529b; font-family: Helvetica,Arial,sans-serif;}
a.blue3:visited {font-size : 10px; color: #00529b; font-family: Helvetica,Arial,sans-serif;}
a.blue3:hover {font-size : 10px; color: #ffcf06; font-family: Helvetica,Arial,sans-serif;}
body,td,th {font-family: Arial, Helvetica, sans-serif; font-size: 12px;}

.style1 {color:#00529b;}
.style2 {color:#ffcf06;}
.style3 {color:#FF0000; font-weight:bold}
.style4 {font-size:10px; font-weight:bold;}
.style5 {color:#FFFFFF;}
.style6 {color: #00529b; font-weight: bold;}
.style7 {color: #00529b}
.style8 {font-size: 18px; font-weight: bold; color: #FFFFFF;}
.style9 {color: #FFFFFF; font-size: 14px; font-weight: bold;}
.style10 {color:#00529b; font-weight:bold}
.style19 {font-size: xx-small; color: #edeada; }

.t-left {text-align:left;}
.t-right {text-align:right;}
.t-center {text-align:center;}
.t-justify {text-align:justify;}

div.c1 {text-align: left;}
div.c2 {text-align: right;}
div.c3 {text-align: center;}
div.c4 {text-align: justify;}

p.c1 {text-align: left;}
p.c2 {text-align: right;}
p.c3 {text-align: center;}
p.c4 {text-align: justify}

td.c1 {background-color: #00529b;}
td.c2 {background-color: #F8F8FF;}

th.c6 {background-color: #FAD117;}
th.c7 {background-color: #1E4F9B;}

hr {color:#00529b;}/* Horizontal Rule = Blue */
