 	.left  {
 		top : 100;
 		left : 66;
 		position : absolute;
 		width : 300;
 		font-size : 12px;
 		color : #999999;
 		font-family : verdana, sans-serif;
 	}

 	.right  {
 		top : 60;
 		left : 415;
 		position : absolute;
 		width : 300;
 		font-size : 12px;
 		color : #999999;
 		font-family : verdana, sans-serif;
 	}

 	.contact  {
 		top : 140;
 		left : 66;
 		position : absolute;
 		width : 310;
 	}

 	.next  {
 		position : absolute;
 	}

 	td  {
 		font-size : 12px;
 		color : #999999;
 		font-family : verdana, sans-serif;
 	}

 	.title  {
 		font-size : 12px;
 		color : #886F3B;
 		font-family : verdana, sans-serif;
 		font-weight : bold;
 	}

 	.category  {
 		font-size : 12px;
 		color : #999999;
 		font-family : verdana, sans-serif;		
 		font-weight : bold;
 	}
	
	.contactInput {
		width : 200px;
	}

	.contactComments {
		width : 200px;
 	}
	
	A 			{ color: #999999; text-decoration: underline; }
	A:link		{ color: #999999; text-decoration: underline; }
	A:visited	{ color: #999999; text-decoration: underline; }
	A:active	{ color: #333333;  }
	A:hover		{ color: #333333;  }
	
	
