﻿/**************************/
/********** BULLET ********/
/**************************/
li {
	list-style-type: square;
	}

li.number {
	list-style-type: decimal;
	}

/**************************/
/********** TEXT **********/
/**************************/
h1 {
	font-family: "Times New Roman";
	font-size: 17pt;
	text-weight: bold;
	text-transform: uppercase;
	color: #747678;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
	}
	
	marquee {
				
				color:red
}


/**************************/
/********** LINK **********/
/**************************/
a:link {font-family: arial; font-size: 9pt; color: #000000; text-decoration: underline; }
a:visited {font-family: arial; font-size: 9pt; color: #000000;  text-decoration: underline;}
a:hover {font-family: arial; font-size: 9pt; color: #a3a5a8; text-decoration: underline;}
a:active {font-family: arial; font-size: 9pt; color: #000000; text-decoration: underline;}

a.main-nav:link {display:block; float:right; font-family: arial; font-size: 9pt; color: #a3a5a8; text-decoration: none; text-transform:uppercase; font-weight:bold;}
a.main-nav:visited {display:block; float:right; font-family: arial; font-size: 9pt; color: #a3a5a8;  text-decoration: none; text-transform:uppercase; font-weight:bold;}
a.main-nav:hover {display:block; float:right; font-family: arial; font-size: 9pt; color: #ffffff; text-decoration: none; text-transform:uppercase; font-weight:bold;}
a.main-nav:active {display:block; float:right; font-family: arial; font-size: 9pt; color: #a3a5a8; text-decoration: none; text-transform:uppercase; font-weight:bold;}

a.main-nav-active:link {display:block; float:right; font-family: arial; font-size: 9pt; color: #ffffff; text-decoration: none; text-transform:uppercase; font-weight:bold;}
a.main-nav-active:visited {display:block; float:right; font-family: arial; font-size: 9pt; color: #ffffff;  text-decoration: none; text-transform:uppercase; font-weight:bold;}
a.main-nav-active:hover {display:block; float:right; font-family: arial; font-size: 9pt; color: #ffffff; text-decoration: none; text-transform:uppercase; font-weight:bold;}
a.main-nav-active:active {display:block; float:right; font-family: arial; font-size: 9pt; color: #ffffff; text-decoration: none; text-transform:uppercase; font-weight:bold;}

a.sub-nav:link {display:block; float:right; font-family: arial; font-size: 9pt; color: #ffffff; text-decoration: none; text-transform:uppercase; font-weight:bold;}
a.sub-nav:visited {display:block; float:right; font-family: arial; font-size: 9pt; color: #ffffff;  text-decoration: none; text-transform:uppercase; font-weight:bold;}
a.sub-nav:hover {display:block; float:right; font-family: arial; font-size: 9pt; color: #ffffff; text-decoration: none; text-transform:uppercase; font-weight:bold; border-bottom: 2px solid #ffffff;}
a.sub-nav:active {display:block; float:right; font-family: arial; font-size: 9pt; color: #ffffff; text-decoration: none; text-transform:uppercase; font-weight:bold;}

a.sub-nav-active:link {display:block; float:right; font-family: arial; font-size: 9pt; color: #ffffff; text-decoration: none; text-transform:uppercase; font-weight:bold; border-bottom: 2px solid #ffffff;}
a.sub-nav-active:visited {display:block; float:right; font-family: arial; font-size: 9pt; color: #ffffff;  text-decoration: none; text-transform:uppercase; font-weight:bold; border-bottom: 2px solid #ffffff;}
a.sub-nav-active:hover {display:block; float:right; font-family: arial; font-size: 9pt; color: #ffffff; text-decoration: none; text-transform:uppercase; font-weight:bold; border-bottom: 2px solid #ffffff;}
a.sub-nav-active:active {display:block; float:right; font-family: arial; font-size: 9pt; color: #ffffff; text-decoration: none; text-transform:uppercase; font-weight:bold; border-bottom: 2px solid #ffffff;}

#content-footer a:link {font-family: arial; font-size: 9pt; color: #ffffff; text-decoration: none; }
#content-footer a:visited {font-family: arial; font-size: 9pt; color: #ffffff;  text-decoration: none;}
#content-footer a:hover {font-family: arial; font-size: 9pt; color: #ffffff; text-decoration: underline;}
#content-footer a:active {font-family: arial; font-size: 9pt; color: #ffffff; text-decoration: none;}

/**************************/
/**** Images & Captions ***/
/**************************/

dl {text-align:center;font-family:arial;font-size:9pt;margin:15px 0 0 10px;}
dt,dd {width:10.5em;float:left; padding:0 12px;}
dt {margin-bottom:3.5em;}
dd {margin:105px 0 0 -12em;}
dt img {vertical-align:bottom;border:1px solid #999;padding:2px;background:#fff;}
em {display:block;font-weight:bold;}
dl a:link img, dl a:active img,dl a:focus img {border:1px solid #000;}
dl a:hover img{border:1px solid #CCC;}



