﻿/* Typography.css */

*{font-family:arial,sans-serif}
h1{
	text-indent: -9999px;
}
h2{
	font-weight: bold;
	display: block;
	margin: 2px 0 5px;
	border-bottom: #000 1px solid;
}
p, li{
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 20px;
	margin: 0 0 20px 5px;
}
p a, ul li a, a{
	text-decoration: underline;
	color: #000066;
	font-size: 12px;
}
p a:hover, ul li a:hover{
	color: #0099CC;
}
li{
	margin-bottom: 0;
}
#backlink a{
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
	line-height: 20px;
	display: block;
	padding-left: 25px;
	margin-left: 5px;
	background: url(../IMG/backicon.GIF) no-repeat center left;
}
#backlink a:hover{
	color: #3CF;
	margin-left: 2px;
	background: url(../IMG/backicon_O.GIF) no-repeat center left;
}
#menu ul{
	margin-left: 10px;
}
#menu ul li{
	display: inline;
	margin-right: 7px;
	margin-left: 7px;
	line-height: 24px;
}
#menu ul li a{
	text-decoration: none;
	font-size: 14px;
	color: #FFF;
}
#menu ul li a.on{
	color: #FFCC00;
}
#menu ul li a:hover{
	text-decoration: underline;
}
.bold{
	font-weight: bold;
}
.tcap{
	font-weight: bold;
	font-size: 14px;
	display: block;
	line-height: 20px;
}
table{
	margin-bottom: 15px;
	font-size: 12px;
	border-collapse: collapse;
}
p.discoevent{
	background: white url('../IMG/disco_icon.jpg') no-repeat left center;
	padding-left: 60px;
}
p.cheesewineevent{
	background: white url('../IMG/cheese_icon.jpg') no-repeat left center;
	padding-left: 60px;
}
p.xmasevent{
	background: white url('../IMG/xmas_icon.jpg') no-repeat left center;
	padding-left: 60px;
}
p.quizevent{
	background: white url('../IMG/quiz_icon.jpg') no-repeat left center;
	padding-left: 60px;
}
p.meetingevent{
	background: white url('../IMG/meeting_icon.jpg') no-repeat left center;
	padding-left: 60px;
}
p.bingoevent{
	background: white url('../IMG/bingo_icon.jpg') no-repeat left center;
	padding-left: 60px;
}
