/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
html, body{
	color: #000000;
	background:url(/images/bg_squares.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
	text-align: center; /* needed for IE center bug */
	voice-family: "\"}\"";
	voice-family: inherit;
}
body, td, th, div, table, p, span, ul, ol, li{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
}
/***********************************************/
/* LINKS                                      */
/***********************************************/
a, a:visited, a:link {
	color: #0000FF;
	text-decoration: none;
}
a:hover, a:active {
	color: #0000ff;
	text-decoration: underline;
}
A:link.white, A:visited.white, A:hover.white, A:active.white {
	color: white;
}
/***********************************************/
/* IMAGES                                      */
/***********************************************/
.imgLeft{
	float: left;
	padding: 0px 10px 5px 0px;
}
.imgRight{
	float: right;
	padding: 0px 0px 5px 10px;
}
/***********************************************/
/* LAYOUT DIVS                                 */
/***********************************************/
#wrapper{
	background-color:#FFF;
	border: 0px solid #CCC;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 10px 0px 10px;
	text-align: left;
	width: 600px;
}

#footer{
	clear:both;
	font:normal 11px verdana,arial,helvetica,sans serif;
	border-top: 1px solid #cccccc;
	margin:20px 0px 0px 0px;
	padding:20px 10px 20px 10px;
	text-align:center;
	vertical-align: bottom;
}

/***********************************************/
/* BOXES                                       */
/***********************************************/
.DialogBox {
/*   BACKGROUND-COLOR: #ffffff; */
}
.menutable {
   BORDER-RIGHT: #cccccc 1px solid;
   BORDER-TOP: 0px solid;
   BORDER-LEFT: #cccccc 1px solid;
   BORDER-BOTTOM: 0px solid;
   FONT-STYLE: normal;
}
/***********************************************/
/* LIST                                        */
/***********************************************/
ul.center {
	text-align:center; 
}
li {
	margin-bottom: 1em;
}
ul.navhead ul li{
	list-style-position: outside;
	list-style-image:url(/imagesglobal/nav/arrow_r_006699.gif); */
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
}
li.datelist {
	color: #006699;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	list-style-type:none;
}
li.datelistSmall {
	color:#009933;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	list-style-type:none;
	background-color:#E9FDFE;
}
ul.blank li{
	color: #006699;
	line-height: 1.5em;
	list-style-type: none;
	padding: 20px 20px 5px 0px;
}
label{
	color: #000000;
	font-family: Arial,sans-serif;
	font-size: 100%;
	font-weight: bold;
}
/*********** #navBar link styles ***********/
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #EEE;
}
/* fix for browsers that don't need the hack */
html>body #navBar li {
	border-bottom: none;
}
/***********************************************/
/* FORMS                                       */
/***********************************************/
input {
	margin:0px 0px 5px 0px;
}
/***********************************************/
/* TEXT                   */
/***********************************************/
.XXL{ font-size:13pt; }
.XL { font-size:12pt; }
.L { font-size:11pt; } 
.M { font-size:10pt; }
.S { font-size:9pt; }
.XS { font-size:8pt; }
.XXS { font-size:7pt; }

.txt10{
	font-size: 10px;
}
.txt75p{
	font-size: 75%;
}
.txt80p{
	font-size: 80%;
}
.txt85p{
	font-size: 85%;
}

h1, h2 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
h1 {
	color: #000;
	font-size: 160%;
	margin: .5em 0 1em 0;
}
h2 {
	color: #000;
	font-size: 140%;
	margin: .5em 0 1em 0;
}
h3{
	color: #000;
	font: bold 120% Arial,sans-serif;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
h4{
	font: bold 100% Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}
h5{
	font: bold 90% Verdana,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

/***********************************************/
/* COLORS TEXT                                 */
/***********************************************/
*.white {
	color: #FFFFFF;
}
.blue {
	color: #006699;
}
.black {
	color: #000;
}
.red {
	color: #FF0000;
}
.red_dk {
	color: #BA2126;
}
.green {
	color:#009900;
}
.orange {
	color:#FF6633;
}
/***********************************************/
/* COLORS BACKGOUND                            */
/***********************************************/


/***********************************************/
/* FORMS                                       */
/***********************************************/


/***********************************************/
/* PRINT STYLE ADJUSTMENTS                     */
/***********************************************/

@media print {
	
body {
	background: #fff;
	color: #000;
	font-size: 11pt;
}
#wrapper {
	border: 0;
	padding: 0;
	width: 100%;
}
h1, h1 a, h2, h2 a, h3, h4, h5 {
	border: 0;
	font-family: arial,verdana,sans-serif;
}
form p {
	margin: 1em 0;
	width: 100%;
}
p label {
	float: none;
	text-align: left;
	width: 100%;
}
p button {
	display: none;
}
a:link, a:visited, a:hover, a:active {
	background: transparent;
	color: #000;
	text-decoration: none;
}
p input, p textarea {
	float: none;
	width: 100%;
}

}
