/* CSS Document */

/* HTML tag styles                             */
/***********************************************/

/* Global
================================================*/

* { margin:0; }
body,
html {}
p {font-face: arial; 
	font-size:12px; 
	margin-top: 0px; 
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	align: left;}

/* Headings
================================================*/
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	color:#000;
	font-family:Arial,sans-serif;
	}
	
h1 { font-size: 24px; 
	color:#000000; 
	line-height: 1.5; 
	font-weight: bold; 
	margin-top: 3px; 
	}
	
h2 { font-size: 22px; 
	color:#346587; 
	line-height: 1.5; 
	font-weight: bold; 
	margin-top: 3px; 
	}
	
h3 {
	font-size: 14px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #346587;
	text-align: center;
	margin-top: 10px;
	}
	
h4 {
	font-size: 18px;
	font-weight: bold;
	font-face: Times New Roman;
	color: #000000;
	margin-top: 10px;
	}


.home h2 {
	font-weight:normal;
	font-size:1.6em;
	margin:0 0 0.625em;
	}
	
h1 a:link,
h1 a:visited,
h1 a:hover {
	border:0;
	padding:0;
	margin:0;
	font-size:24px; 
	color:#000000; 
	line-height: 1.5; 
	font-weight: bold; 
	margin-top: 3px;
	text-decoration: none; }
	
h2 a:link,
h2 a:visited,
h2 a:hover {
	border:0;
	padding:0;
	margin:0;
	font-size:22px; 
	color:#D12329; 
	line-height: 1.5; 
	font-weight: bold; 
	margin-top: 3px;
	text-decoration: none; }


/* Tables
================================================*/
td {
	font-weight:normal;
	color:#000;
	font-family:Arial,sans-serif;
	font-size: 12px;
	valign: top;	
	}
	
.date {width: 564px;
	color:#000;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	text-align: right; 
	} 
	
.footer {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	}

	
.support {
	valign: top;	
	font-face: Arial Narrow;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	}


/* Lists
================================================*/
dl,
ol,
ul {margin:0px 0 1em;}

ul {
	padding:4px 0 0px 10px;
	font-size: 1em;
	list-style-type:disc;
	list-style-image: none;
	
	}
ol {
	padding:0 0 0 0;
	margin:0 3px 0px 15px;
	list-style-image: none;
	list-style-type: disc;
}
li { margin:0px 3px 3px 3px; list-style-position: outside; list-style-image: url(../images/bullet.gif); font-size: 12px; }

	

/* Images
================================================*/
img {
	border:0;
	display:inline;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px; 
}