body
{
	background:	url('../images/1010.jpg') repeat;
	font-family:		Verdana,Helvetica,Arial,sans-serif;
	font-size: 		12px;
	text-align:		center;
	
}
.Layout
{
	margin: 100px auto auto auto;
	width: 590px;
	height: 300px;
}
.ContactInfo
{
	text-align: center;
	background-color: white;
	font-weight: bold;
	border: 2px solid black;
	margin: 10px auto auto auto;
}
.ContactInfo span
{
	font-weight: bold;
	color: #662200;
	padding-left: 3px;
	padding-right: 3px;
}
.ContactInfo .Info
{
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #cccccc;
}
.ContactInfo .Info-Small
{
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
	text-align: justify;
}
.ContactInfo .Label
{
	padding: 10px 10px 10px 10px;
	font-variant: small-caps;
}
.ContactInfo .Detail
{
	padding: 10px 10px 10px 10px;
	font-size: 12px;
	text-align: center;
}


a:link, a:visited
{
	color: #0000ff;
	text-decoration: none;
	
}
a:hover, a:active
{
	color: #ff0099;
	text-decoration: underline;
	
}
