@charset "utf-8";
/* CSS Document */
	body
	{
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		font-family: ;
		font-size: ;
		color: #;
		background-color: #;
	}
	img
	{
		border: 0px;
	}
	
/* My CSS */
	.clear
	{
		clear: both;
	}
	.height_10
	{
		padding-top: 10px;
	}
	.white
	{
		color: #FFF;
	}
	.italic
	{
		font-style: italic;
	}
	.bold
	{
		font-weight: bold;
	}
	.mailto
	{
		text-decoration: none;
	}
	.mailto:hover
	{
		text-decoration: underline;
	}