﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
}
a
{
	color: #0099CC;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
	color: #FF9900;
}
.mainTable
{
	background-image: url(  '../../../Images/bg-image.jpg' );
	background-repeat: repeat-x;
	width: 800px;
	background-color: #bdbdbd;
}
.warning
{
	font-family: verdana;
	font-size: 9px;
	color: #CC3300;
	text-decoration: none;
}
.submitButtonRow
{
    text-align: center;
}
#teeText ul
{
    list-style-type: circle;
}
#teeText li
{
    margin-bottom: 5px;
}
#teeText a
{
    color: #0066FF;
    font-weight: bold;
    text-decoration: none;
}

#teeText a:hover
{
    color: #FF9900;
    text-decoration: underline;
}