<!--
	
	.title
	{
		font-size: 28px;
		font-weight: normal;
		color: #dddddd;
		text-decoration : none;
	}
	
	
	.sub_title
	{
		font-size: 18px;
		font-weight: normal;
		color: #dddddd;
		text-decoration : none;
	}
	
	.big_body
	{
		font-size: 16px;
		font-weight: normal;
		color: #9999cc;
		text-decoration : none;
	}
	
	.main_body_bold
	{
		font-size: 12px;
		font-weight: bold;
		color: #a9a9a9;
		text-decoration : none;
	}
	
	.main_body
	{
		font-size: 12px;
		font-weight: normal;
		color: #999999;
		text-decoration : none;
	}
	.main_body p { color:#bbb; }
	.main_body p i { color:white; }
	
	.dotted_line
	{
		font-size: 13px;
		
		background-image: url('images/dotted-line.png');
		background-repeat: repeat-x;
	}

	.list_heading
	{
		font-size: 12px;
		font-weight: bold;
		color: #a9a9a9;
		text-decoration : none;
		
		padding: 0px 30px 0px 10px;
	}
	
	.list
	{
		font-size: 12px;
		font-weight: normal;
		font-style: italic;
		color: #999;
		text-decoration : none;
		
		padding: 0px 10px 0px 0px;
	}
	
	.list_small
	{
		font-size: 12px;
		line-height: 16px;
		font-weight: normal;
		font-style: normal;
		color: #888;
		text-decoration : none;
	}
	
	
-->