/* CSS Document */
body {
	font : 0.7em Arial;
	color: #333333 ;
}
h1 {
	font : 1.6em Arial;
	margin:0;
	padding:0;
}
h2 {
	font : 1em Arial;
	font-weight : bold;
	margin: 5px 0 0 0;
	padding: 0;
}
a:link {
	color: #3366CC; 
}
a:hover {
	color: #C60021;
}
a:visited {
	color: #3366CC;	 
}
a:visited:hover {
	color: #C60021;
}
/*************************************************************

ACCESSIBILITY

*************************************************************/
#accessibility {
	background : url(../images/accessibility.jpg) no-repeat 0% 0%;
	margin-top : 10px;
	padding : 20px;
	width : 660px;
	margin : auto;
	background-color : #FCFFFF;
	border : 1px  solid #CFCFCF;
}
#back {
	padding-top : 10px;
}
#accessibility div {
	margin-top : 128px;
}
#accessibility li{
	margin-top : 10px;
}
p {
	margin-top : 10px;
	margin-bottom : 10px;
}
th {
}
strong {
}
#jaws {
	margin-top : 20px;
	margin-bottom : 20px;
}
#jaws p {
	margin-top : 10px;
	margin-right : 30px;
}
#jaws2 {
	
	margin-top : 20px;
	margin-bottom : 20px;
}
#jaws2 p {
	margin-top : 10px;
	margin-right : 20px;
}
#short {
	
	margin-top : 20px;
	margin-bottom : 20px;
}
#short p {
	margin-top : 10px;
	margin-right : 30px;
}
#short2 {
	
	margin-top : 20px;
	margin-bottom : 20px;
}
#short2 p {
	margin-top : 10px;
	margin-right : 20px;
}
.acc-table th, td {
	text-align : left;
	background-color : #FFFFFF;
	border : 1px solid #D7D7D7;
	padding : 2px 10px 2px 10px;
	color : #0C416B; 
}
.acc-table td {
	width : 24%;
}
/*************************************************************

FOOTER

*************************************************************/
#footer {
	padding-top : 5px;
	text-align : right;
	width : 670px;
	margin : auto;
}
#footer a {
	font-weight : normal;
}
#footer a:link {
	text-decoration : none; 
	color : #999999 ;
}
#footer a:hover {
	text-decoration : none; 
	color : #0066CC;
}
#footer a:visited {
	text-decoration : none;	
	color : #999999 ; 
}
#footer a:visited:hover {
	text-decoration : none;	 
	color : #0066CC;
}
