BODY	{

}

a:LINK, a:VISITED, a:ACTIVE {
	COLOR:#000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;

}

a:HOVER   {
	color: #0000CC;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;


}

/*golftourney links are for links on golftourney page they will not work on any other page all other links need to be edited above*/
a.golftourney:LINK, a.golftourney:VISITED, a.golftourney:ACTIVE {

	COLOR:#0000CC;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
a.golftourney:hover {

	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}


TABLE 	{
}
TD	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;

}
TR	{}	
td.rightborder {
	background-image: url(images/borderright.jpg);
	background-repeat: repeat-y;
}
td.leftborder {

	background-image: url(images/borderleft.jpg);
	background-repeat: repeat-y;
}
td.aboutmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
hr.hrhori {
	color: #CCCCCC;
}
hr.header {
	color: FFCC66;
}
hr.footer {
	color: FFCC66;
}

td.menutab {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
