/*Master Style Sheet
Author: Venue Communications, Inc. www.venuecom.com
Copyright Venue Communications, Inc. 2007
*/
/***********************************************/

/*Begin Design Layout*/
body {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:justify
}

hr{
	color: #000000;
	background-color: #000000;
	height: 1px;
	border: none;
}

a {
	color: #000000;
	text-decoration: underline;
  }
a:hover {
	color: #000000;
	text-decoration: underline;
}
/*End Design Layout*/

/*Begin Content*/

img{
	border-width:0px;
}
h1{
	color:#000000;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#666666;
	font-size:14px;
	margin: 5px 0px;
	font-weight: bold;
}

h3{
	color:#999999;
	font-size:12px;
	font-variant: normal;
	padding-right: 5px;
	padding-left: 20px;
}

/*End Content*/


