/*-------------------------
	Page Styles
-------------------------*/
body.main {
	background-color: #EEEEEE;
	background-image: URL("../Images/bgtile.png");
	background-repeat: repeat-x;
	}
h1 {
	font-family: Tahoma, Arial;
	font-size: 12pt;
	color:  #3366CC;
	}
h2 {
	font-family: Tahoma, Arial;
	font-size: 10pt;
    }
a {
	color: #3366CC;
  	}
a:visited, a:active {
	color: #003366;
  	}
a:hover {
    color: #33CC99;
  	}

/*-------------------------
	Event Styles
-------------------------*/
p.event {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 13pt;
    color: #3366CC;
    text-align: left;
    }
td.event {
	font-family: Arial, Helvetica, sans-serif;
    background-color: #3366CC;
	color: #ffffff;
    }
a.event {
	color: #ffffff;
    }
a.event:visited, a.event:active {
	color: #ffffff;
    }
a.event:hover {
	color: #ffffff;
    }

/*-------------------------
	Standard Form Styles
-------------------------*/
table.Standardborder {
    border: 1px solid #000000;
    align: center;
    width: 80%;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    }
td.StandardHeader {
	background-color: #ffffff;
    color: #3366CC;
    font-weight: bold;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    }
tr.Standard0 {
	background-color: #ffffff;
    color: #000000;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    }
tr.Standard1 {
	background-color: #ffffff;
    color: #000000;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    }
td.StandardFooter {
	background-color: #ffffff;
    }
	