* {
	margin: 0;
}
HTML {
	height: 100%;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}

BODY {
	font-family: Tahoma, Arial, sans-serif;
	text-align: center;
	font-size: 0.8em;
	line-height: 20px;
	color: #666666;
	letter-spacing: 0.03em;
	cursor: default;
	height: 100%;
	margin: 0 auto 0 0;
	background: url(../images/bg.jpg) repeat center top;
}
P {
	margin: 0 0 17px 0; 
}
A {
	outline: none;
	color: #DF056D;
	text-decoration: none;
}
A:hover {
	color: #00A2E1;
	text-decoration: none;
}
H1 {
	font-size: 1.5em;
	font-weight: bold;
	padding: 0 0 20px 0;
	margin: 0;
}
H2 {
	font-size: 1.8em;
	font-weight: bold;
	padding: 0 0 20px 0;
	font-weight: normal;
	color: #DF056D;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
	background: url(../images/dottedline.png) repeat-x bottom;
	margin: 0 0 20px 0;
}
H3 {
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 0 20px 0;
	font-weight: normal;
	color: #DF056D;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
	background: url(../images/dottedline.png) repeat-x bottom;
	margin: 20px 0 20px 0;
}
H4 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 30px 0 20px 0;
	font-weight: normal;
	color: #BD9300;
	border-bottom: 1px dotted #BD9300;
}
IMG {
	border: 0;
	outline: none;
}
UL {
}
LI {
}
.table { display: table; }
.tr { display: table-row; }
.td { display: table-cell; }

