html,
body
{
    margin : 0px;
    padding : 0px;
    height : 100%;
    background-image: url('/images/bricks.gif');
    background-position: center;
    background-attachment: fixed;
}
td
{
    font-family: verdana;
    color: #cccccc;
    font-size: 15px;
    cursor: default;
}
a:link,
a:visited
{
    color: #999999;
    text-decoration: underline;
}
a:hover
{
    color: #cc0000;
    text-decoration: none;
}
hr
{
    color: #cc0000;
    background: #cc0000;
    height: 2px;
    border: 0px;
}
.redBox
{
	font-size: 13px;
	color: #ffffff;
	background-color: #720600;
	background-attachment: scroll;
	padding: 6px;
	border: #cc3333 solid 1px;
	background-image: url('/images/sectionBg.gif');
	background-repeat: repeat-x;
	background-position: top;
}
.silverBox
{
	font-size: 13px;
	color: #ffffff;
	background-color: #9fa09f;
	background-attachment: scroll;
	padding: 6px;
	border: #000000 solid 1px;
	background-image: url('/images/boxBg.gif');
	background-repeat: repeat-x;
	background-position: top;
}
.blackBox
{
	border: #444444 solid 2px;
	background-image: url('/images/bricks.gif');
    background-position: center;
    background-attachment: fixed;
}
.headerGrey
{
	padding: 8px;
	border-top: #cc3333 solid 1px;
	background-image: url('/images/greyBricks.gif');
	background-position: center;
	background-attachment: fixed;
	font-size: 11px;
}
.content
{
	border: #cc3333 solid 1px;
	width: 100%;
	background-image: url('/images/greyBricks.gif');
	background-position: center;
    background-attachment: fixed;
}
.arrow
{
	list-style-image: url('/images/arrow.gif')
}
input
{
	border: #cc0000 2px solid;
	font-size: 15px;
	color: #000000;
	background-color: #cccccc
}
textarea
{
	border: #cc0000 2px solid;
	font-size: 15px;
	color: #000000;
	background-color: #cccccc
}

















