/*
// Standard HTML Tags
*/

body
		{
		margin: 0px;
		padding: 0px;
		font-family: "Trebuchet MS",Trebuchet , Geneva, Arial, Helvetica, sans-serif;
		font-style: normal;
		font-size: 12px;
		background-color: #FFFFFF;
		}

hr
		{
		height: 1px;
		color: #333333;
		}

a:hover
		{
		color: #3366FF;
		text-decoration: underline;
		}


h2
		{
		font-size: 24px;
		text-align: center;
		font-weight: bold;
		}

h3
		{
		font-size: 18px;
		font-weight: bold;
		}

form
		{
		margin: 0px;
		padding: 0px;
		}
/*
// Text Syles
*/

.text
		{
		font-size: 12px;
		color: #333333;
		}

.bigtext
		{
		font-size: 18px;
		color: #333333 ;
		}

.biggertext
		{
		font-size: 24px;
		color: #333333 ;
		}

.tiny
		{
		 font-size: 5px;
		}

.link
		{
		color: #333333 ;
		text-decoration: none;
		}
		
.link2
		{
		color: #333333 ;
		text-decoration: none;
		font-size: 16px;
		}

.whitelink
		{
		color: #FFFFFF ;
		border-color: #FFFFFF;
		text-decoration: none;
		}
.Title
		{
		font-size: 24px;
		color: #222222;
		font-weight: bold;
		}
.peach
		{
		color: #FF6666;
		}
.red
		{
		color: #FF3333;
		}
.sandy
		{
		background-color: #FFCC99;
		}
.sky
		{
		color: #3366FF;
		}
.Form_sandy
		{
		font-size: 12px;
		color: #333333 ;
		background-color: #FFCC99;
		}
.smalltext
		{
		font-size: 11px;
		color: #333333 ;
		}
.tinytext
		{
		font-size: 7px;
		color: #333333 ;
		}
.section
		{
		width: 100%;
		padding: 4px;
		margin: 0px;
		font-weight: bold;
		background-color: #f5f6ff;
		}

/*
// Table Styles
*/

.edit-table
		{
		text-align: center;
		font-size: 12px;
		}

.edit-table td
		{
		background-color: #f5f6ff;
		}

.edit-table th
		{
		font-weight: bold;
		background-color: #fff0f1;
		}
tr.Mon
		{
		background-color: #ffffff;
		}
tr.Tue
		{
		background-color: #f5f6ff;
		}
tr.Wed
		{
		background-color: #ffffff;
		}
tr.Thu
		{
		background-color: #f5f6ff;
		}
tr.Fri
		{
		background-color: #ffffff;
		}
tr.Sat
		{
		background-color: #fff0f1;
		}
tr.Sun
		{
		background-color: #fff0f1;
		}

td.tab
		{
		border-top: 1px solid #666;
   		border-right: 1px solid #333;
   		border-left: 1px solid #999;
   		border-bottom: none;
	   	border-radius: 2px;
		background-color: #f3f3f3;
		text-align: center;
		}
td.tabselected
		{
		border-top: 1px solid #666;
		border-right: 1px solid #333;
		border-left: 1px solid #999;
		border-bottom: none;
		border-radius: 2px;
		text-align: center;
		background-color: #FFCC99;
		}
table.tabs
		{
		border-top: none;
		border-right: none;
		border-left: none;
		border-bottom: 1px solid #333;
		}
table.footer
		{
		border-top: 1px solid #333;
		border-right: none;
		border-left: none;
		border-bottom: 1px solid #333;
		}

/*
// Form Styles
*/

.form
		{
		padding: 4px;
		font-size: 14px;
		}

.field
		{
		margin: 4px;
		display: inline;
		border: 1px solid #333;
		background-color: #FFCC99;
		}

.key
		{
		padding: 4px;
		border-right: 1px dashed #333;
		}

.value
		{
		background-color: #FFFFFF;
		}

/*
// Sections
*/

.listing
		{
		font-size: 11px;
		color: #333333;
		margin-left: 30px;
		}

.listing-details
		{
		font-size: 14px;
		color: #000000;
		padding: 10px;
		background-color: #f5f6ff;
		border: 1px dashed #666;
		}


.listing-copy
		{
		background-color: #fafaf1;
		}

.menu
		{
		font-weight: bold;
		padding: 0px;
		margin: 0px;
		border-top: 1px solid #333;
		border-right: none;
		border-left: none;
		border-bottom: 1px solid #333;
		background-color: #fafaf1;
		}

.menu-padded
		{
		font-weight: bold;
		padding: 4px;
		border-top: 1px solid #333;
		border-right: none;
		border-left: none;
		border-bottom: 1px solid #333;
		background-color: #fafaf1;
		}

table.sandy
		{
		border-top: 1px solid #333;
		border-right: 1px solid #333;
		border-left: 1px solid #333;
		border-bottom: 1px solid #333;
		background-color: #FFCC99;
		}
.members
		{
		background-color: #66CCFF;
		}
.articles
		{
		background-color: #FFCC99;
		}
.Form_about_us
		{
		font-size: 12px;
		color: #333333 ;
		background-color: #FFCC99 ;
		}
.whats_on
		{
		background-color: #FF6666 ;
		}

.top_bottom_border
		{
		border-color: #000000 black;
		border-top-width: thin;
		border-bottom-width: thin;
		}
