body {
	background: #555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin: 0;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
a { 
	color: #D60501;
	font-size: 12px;
}
a:hover { 
	text-decoration: none;
	color : #000; 
	font-size: 12px;
}
td.header { 
	padding-bottom:10px;
	font-size: 26px;
	font-weight: 100;
	letter-spacing: -3px;
	padding: 12px 0 12px 0px;
	color: #ffffff;
	background-image: url("/layouts/redsquareshadow/images/header-repeat.gif");
	background-attachment:scroll;
	background-repeat:repeat-x;
	background-position: bottom;
}
h1 { 
	font-size: 23px;
	font-weight: 100;
	padding-bottom: 10px;
}

a.menuLinks {
	color: #555555;
	padding: 0 10px;
	text-decoration: none;
	font-weight: 600;
}
a.menuLinks:hover {
	color: #555555;
	padding: 0 10px;
	text-decoration: underline;
	font-weight: 600;
}
hr {
	border-right: medium none;
	border-top: medium none;
	border-left: medium none;
	border-bottom: medium none;
	color: #3f3f3f;
	height: 1px;
	background-color: #3f3f3f;
}
td.contentArea {
	padding:10px;
}
td.menuArea {
	padding:10px;
}
td.lineBreak {
	padding-top:10px;
	padding-bottom:10px;
}