.handbook {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0 60px 0 60px; 
	text-align: justify;
	
}


.handbook .title2 {
	font-size: 14px;
	font-weight: bold;
	color: #013567;
	text-decoration: none;	
	padding: 10px 0 5px 0; 
	text-transform:capitalize;
}

.handbook .title1{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}


.flag img{
  border:solid 1px silver;
  padding:2px;
  margin-right:10px;

  } 

.handbook ul {
	font-size: 12px;
	margin-left:30px;
	margin-right:80px;
	margin-bottom:10px;
	list-style-type: disc;
	line-height: 140%;
	
}
.handbook ol {list-style-type: decimal;margin-left:30px; margin-right:80px; line-height: 140%;}
.handbook ul li {
	padding-left: 10px;
	padding-bottom: 10px;
	
}
.handbook ol li {
	padding-left: 10px;
	padding-bottom: 10px;
	
}

.sectiontitle2 {
	font-size: 18px;
	margin-left: 10px;
	
}

.sectiontitle3 {
	font-size: 18px;
	color: #CD1724;
	vertical-align:middle
}

.handbook p {
	margin: 10px 0 10px 0; 
	text-align: justify;
}


.threecoltable {
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	width: 600px;
	margin-left: 60px
	
}


.threecoltable a {
	font-size: 14px;
	text-decoration: none;
	}
	
.threecoltable td{
	font-size: 12px;
	color: #333333;
	padding-left: 5px;
	background-color: #FFFFFF;
	border-right: 1px dotted #999999;
}

.handbook table.threecoltable ul{
	list-style-image:url(../images/bullet2.jpg);
}

.handbook table{
	font-size: 12px;
	margin: 10px 10px 10px 20px;
	padding: 6px;
	border: 1px solid #999999;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #CCCCCC;
}

.handbook table.p{
	font-size: 14px;
	color: red;
	text-decoration: none;
	background-color: #736F6E;
	width: 100%;
}




.subnavigation li {

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

table.tabledisplay{
	background-color: white;
	padding: 11px;
	border: none;
	width: 500px;
}
table.tabledisplay1{
	background-color: white;
	border: none;
}
.tabledisplay td {
padding: 10px 0 5px 0;
text-align:left;
vertical-align:middle;
}
.tabledisplay a{
	color: #660000;
	font-weight: bold;
	text-decoration: none;
	font-size:16px;
	font-family: Helvetica;
}

.tabledisplay a:hover{
	color: red;
}


.amblink{
	font-weight: normal;
	color: #ffa800;
	
	font-size: 10px;
	text-decoration: underline;
}


