
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


.eventtitle {
	font-size: medium;
	color: #000000;
}

.eventname{
	font-size: medium;
	color: #000000;
	background-color:#EFEFEF
}

.bgcolormonth{
background-color: #B7B7B7;
}

a {
	color: #CC9900;
}
a:hover {
	color: #CC9900;
	text-decoration:none;
}
p {
	font-size: 12px;
}
h1{
	font-size: large;
}

input {
	border: 1px solid #666666;
	margin: 3px;
}

textarea {
	border: 1px solid #666666;
	margin: 3px;
}

h2 {
	font-size: medium;
}

.required{
	font-size: 10px;
	color: #FF0000;
	text-decoration:none;
}

.alert{
	color: #FF0000;
}

.error{
	font-size: 12px;
	color: #FF0000;
}


.note{
font-size: 10px;
}

.errormessage {
	color: red;
	font-weight: bold;
	text-decoration: underline;
}

.form1 {
	width: 100%;
	border: 1px solid black;
	padding: 0px;
}

.listtable {
	align: center;
	padding: 5px;
	spacing: 5px;
	border: 1px solid black;
}

.heading1 {
	width: 100%;
	background-color:#cc9900;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	height:40px;
}
