/************************* Zero Values *************************/ 

html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a { 
margin: 0; 
padding: 0; 
border: 0; 
text-decoration:none
} 


.imagelink{
	margin-left: 0px;
	margin-right: 0px;
}

.LMenuLink {
	display: block;
	cursor : hand;
	text-decoration: bold !important;
	font-family: "Verdana";
	font-size: 8pt;
	font-weight: normal;
	color : #990000;
	background-color : white;
	padding-top : 7px;
	padding-left : 10px;
	padding-bottom : 3px;
	height : 20px;
	vertical-align : middle;
}

.LMenuLink:hover {
	cursor : hand;
	font-family: "Verdana";
	font-size: 8pt;
	font-weight: normal;
	color : #336699;
	background-color : white;
	padding-top : 7px;
	padding-left : 10px;
	padding-bottom : 3px;
	height : 20px;
	vertical-align : middle;
}






.Button {
	cursor : hand;
	background-image: url(images/ex_menus.jpg); 
	height: 40px;
	font-family: "Verdana";
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	vertical-align:middle;	
	color: #ffffff;	
}	

.Button:hover {
	background-image: url(images/ex_menus_over.jpg); 
}	

.PageTitle {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
	color: #336699;
}

.Title {

	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.EventTitleMedium {

	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.Text {


	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.TextBold {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.TextBoldWhite {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.TextItalic {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	font-style: italic;
}
.SmallTextWhite {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

.SmallText {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.MediumText {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #000000;	
}
.PageSubtitle {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;

