/*---- body style for fixed width pages ----*/

body {
	background-repeat: repeat-y;
	background-color:#FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	min-width: 990px;
	text-align: center;
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
}

div#container {

	position: center;	
	background: #ffffff;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	align: center;
	text-align: left;
	font: normal 11px/100% "Microsoft Sans Serif";
	padding:0px;
	border: solid 1px #0168B5;
}


/* --- general content style --- */
th, td, p     
  {	font-family:"Microsoft Sans Serif";
	line-height:1.5em;
    font-size:12px;
    color:black}
	
/* --- table cell styles --- */
td.specials, tr.specials{
	background:#FAFAEF;
	font-family: "Microsoft Sans Serif";
	font-size: 14px;
	font-weight: normal;
}
td.center, tr.center{
	font-size:11px;
	color: #000000;
	font-weight:normal;
	text-align:center;
	line-height:1.8em;
	font-family: "Microsoft Sans Serif";
}	

/*--- images---*/
img {
	border:0;
	font-family: "Microsoft Sans Serif";
}


/*--- bullet points---*/
LI {
	list-style-image:  url(images/bullet.gif);
	font-family: "Microsoft Sans Serif";
}
UL {
	list-style-image:  url(images/bullet.gif);
	font-family: "Microsoft Sans Serif";
}

/*--- horizontal rule and dashed lines ---*/
hr {
	height: 0px;
	color: #990000;
	font-family: "Microsoft Sans Serif";
}
div.footer {
	border-top: 1px dashed #CCCCCC;
	font-family: "Microsoft Sans Serif";
	font-size: 10px;
} 

/*--- headers ---*/
h1 {	 color: #0168B5;
		 font: bold 14px "Microsoft Sans Serif";;
		 margin-bottom: -5px;
		 text-align:left;}
h2 {	 color: #0168B5;
		 font: bold 11px "Microsoft Sans Serif";;
		 margin-bottom: 10px;
		 text-align:left;}
h3 {	 font: bold 14px "Microsoft Sans Serif";;
		 margin-bottom: -10px;
		 margin-top: 15px;  
		 color:#0168B5;}
h6 {	 font: bold 12px "Microsoft Sans Serif";
		 margin-bottom: -12px; 
		 color:#990000;}
h4 {	 background-color: #ADD8E6;
		 color: #256579;
		 font: 12px "Microsoft Sans Serif";
		 padding: 2px;}		
h5 {	 font: 18px "Microsoft Sans Serif";
		 padding: 2px;
		 border-bottom: 1px solid #aaaaaa;}

/*--- hilites for text and/or headers---*/
.hilite1 {
	color: #0168B5;
	font-weight: bold;
	font-family: "Microsoft Sans Serif";
}
.hilite2 {
	color: #0168B5;
	font-weight: normal;
	font-family: "Microsoft Sans Serif";
}
.hilite3 {
	background-color: #FFFFCC;
	color: #0168B5;
	font-family: "Microsoft Sans Serif";
}
.phrase {
	color: #999999;
	font-family: "Microsoft Sans Serif";
}
.navwording  {	color:#FFFFFF;
        text-decoration:none;
        font-size:12px;
        font-weight:bold;
        font-family:"Microsoft Sans Serif"}

/*--- footer styles for base of pages ---*/
.footer {
		 color: #333333;
		 font: bold 10px "Microsoft Sans Serif";}
a.footer2 {
		 color: #333333;
		 font: bold 9px "Microsoft Sans Serif";}
		
/*--- links styles ---*/
a.link, a.visited, a.active   {
		color:#CC3300;
        text-decoration:none;
        font-size:11px;
        font-weight:normal;
        font-family:"Microsoft Sans Serif"}
a.hover     {
		color:#CC3300;
        text-decoration:underline;
        font-size:11px;
        font-weight:normal;
        font-family:"Microsoft Sans Serif"}
a.texturl:link, a.texturl:visited, a.texturl:active   {
		color:#0168B5;
        text-decoration:none;
        font-size:14px;
        font-weight:normal;
        font-family:"Microsoft Sans Serif"}
a.texturl:hover     {
		color:#0168B5;
        text-decoration:underline;
        font-size:14px;
        font-weight:normal;
        font-family:"Microsoft Sans Serif"}
A.banners:link, A.normal:visited, A.normal:active   {
		color:#CC3300;
        text-decoration:none;
        font-size:12px;
        font-weight:normal;
        font-family:"Microsoft Sans Serif"}
A.banners:hover     {
		color:#CC3300;
        text-decoration:underline;
        font-size:12px;
        font-weight:normal;
        font-family:"Microsoft Sans Serif"}		
A.footerlink:link, A.footerlink:visited, A.footerlink:active    {
		color:#CCCCCC;
        text-decoration:none;
        font-size:9px;
        font-weight:normal;
        font-family:"Microsoft Sans Serif"}
A.footerlink:hover     {
		color:#CCCCCC;
        text-decoration:underline;
        font-size:9px;
        font-weight:normal;
        font-family:"Microsoft Sans Serif"}		
A.nav:link,  A.nav:visited, A.nav:active  {
		color:#FFFFFF;
        text-decoration:none;
        font-size:12px;
        font-weight:bold;
        font-family:"Microsoft Sans Serif"}
A.nav:hover     {
		color:#FFFFFF;
        text-decoration:underline;
        font-size:12px;
        font-weight:bold;
        font-family:"Microsoft Sans Serif"}	
		
/* --- form button style ---*/					
INPUT, select, textarea, text 
{
		border: 1px #003399 groove;
		background-color: #FDFDFF; 
		font-family: "Microsoft Sans Serif"; 
		font-size: 12px;
		color: #000000;
		border-color: #000000;
		border-style: solid;
}

/* --- style for boxes e.g <span class="box">box here</span> which can be used as tick boxes, bullet points, etc ---*/
.box {
	color: #333333;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: -12px;
	margin-top: -12px;
	font-family: "Microsoft Sans Serif";
}
