html {
	height: 100%;
	width: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

td {
	font-size:9px;
}

img {
	margin-bottom: 10px;
}

p {
	padding:0px;
	margin:0px;
}

.margin20 {
	margin: 20px;
}

.width400 {
	width:400px;	
	text-align:left;
	font-size:9px;
}

.bottomsection {
	width:750px;
}

.featuredsongs {
	float: left;
	width: 190px;
	text-align:left;
	font-size:9px;
	font-style:normal;
	color:#666666;
}

.greytext{
	color:#666666;
}

.columnholder {
	float: right;
	width: 550px;
	padding:0px;
	margin:0px;
}

.centrecolumn {
	float:left;
	width: 400px;
	text-align:left;
	font-size:9px;
	font-style:normal;
	color:#666666;
}

.guestlist {
	width: 130px;
	float: right;
	text-align:left;
	font-size:9px;
	font-style:normal;
	color:#666666;
}

.tracking {
	margin-top:10px;
	text-align:left;
	width:130px;
	float:right;
}

a:link {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

a:visited {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

a.previously:link {
	color:#666666;
	font-weight:normal;
	text-decoration:none;
}

a.previously:visited {
	color:#666666;
	font-weight:normal;
	text-decoration:none;
}

a.previously:hover {
	color:#333333;
	font-weight:normal;
	text-decoration:underline;
}

.strikethrough {
	text-decoration:line-through;
}

/* FORM STYLES */

table.form tr td {
	background-color:#EEEEEE;
	border:solid 1px #FFFFFF;
}

table.form tr td.whitebackground {
	background-color:#FFFFFF;
}

table.form tr td.darkgreybackground {
	background-color:#CCCCCC;
}

textarea {
	width:200px;
	border:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	padding:3px;
}

input {
	width:200px;
	border:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	padding:3px;
}

select {
	border:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	padding:3px;
}

.redtext {
	text-align:left;
	font-size:9px;
	font-weight:bold;
	color:#FF0000;
}

input.comment {
	width:400px;
	height:20px;
	border:1px solid #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	padding:3px;
	margin-top:5px;
	margin-bottom:5px;
}

textarea.comment {
	width:400px;
	border:1px solid #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	margin-top:5px;
	margin-bottom:5px;
	padding:3px;
}

.commentheader {
	width:400px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#666666;
}

