
p, body, td, ul, li { 

	font-family: arial, helvetica, verdana, sans-serif; 

	color: #000000; 

	font-size:14px;

}

A:link { 

	color: #2965a4; 

	text-decoration: underline;

}

A:visited { 

	color: #003e8d; 

	text-decoration: underline;

}

A:active { 

	color: #ff9900; 

	text-decoration: underline;

}

A:hover { 

	color: #ff9900; 

	text-decoration: underline;

}

.title {
	
	color: #000000;
	
	font-size: 16px;
	
	font-weight: bold;
	
	letter-spacing: 0.1em
	
}

.subtitle {
	
	color: #000000;
	
	font-size: 14px;
	
	font-weight: bold;
	
	letter-spacing: 0.1em
	
}

p {
			
	line-height: 1.1;
	
}

.left {
text-align: right;
background: #eeeeee;
}

.right {
text-align: left;
background: #ffffff;
}

.head {
text-align: left;
font-size: 16px;
font-weight: bold;
color: #ffffff;
background: #bbbbbb;
}

.subhead {
text-align: left;
font-size: 14px;
background-color: #eeeeee;
}