/* Side Nav links */
a.asmalllink:link { 		text-decoration: none;
	 	 	  				font-size: 12px;
	     	  				font-family:"Times New Roman", Times, serif
			 				color: black;
		    }
			 
a.asmalllink:visited { 		text-decoration: none;
	 	 	 	      		font-size: 12px;
	     	          		font-family:"Times New Roman", Times, serif
			          		color: black;
				    }

a.asmalllink:hover { 		color: blue;
		   		     		text-decoration: underline;
		         }
a.amaillink:link { 			text-decoration: none;
				   			color: blue;
		  					  }
a.amaillink:visited { 		text-decoration: none;
			          		color: blue;
				    				}

a.amaillink:hover {  		text-decoration: underline;
					 		color: blue;
		         }
/* End Side Nav links */

.headline { 
							font-size: 24px;
							font-family:"Times New Roman", Times, serif
							font-weight: bold;
							color: black;
}

.byline { 
							font-size: 15px;
							font-family:"Times New Roman", Times, serif
							font-weight: bold;
							color: black;
}

body {
	font-family:"Times New Roman", Times, serif
	font-size: 12px;
}

td {
	font-family:"Times New Roman", Times, serif
	font-size: 12px;
}

th {
	font-family:"Times New Roman", Times, serif
	font-size: 12px;
}

.bodystyle {
	font-family:"Times New Roman", Times, serif
	font-size: 12px;
}

.small {
	font-family:"Times New Roman", Times, serif
	font-size: 9px;
}

.medium {
	font-family:"Times New Roman", Times, serif
	font-size: 12px;
}

.big {
	font-family:"Times New Roman", Times, serif
	font-size: 16px;
}

.xbig {
	font-family:"Times New Roman", Times, serif
	font-size: 24px;
}

.expanded {
	font-family:"Times New Roman", Times, serif
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family:"Times New Roman", Times, serif
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}

.titleDate 		{ 	
						color:				white;
						font-size: 			12px;
		   			font-family: 		Verdana;
		   			border:				0px;
		   			margin-bottom:		-10px;
		   			text-align:			right;
}

.titleDateleft 		{ 	
						color:				white;
						font-size: 			12px;
		   			font-family: 		Verdana;
		   			border:				0px;
		   			margin-bottom:		-10px;
		   			text-align:			left;
}