h1{
	font-family: Verdana, sans-serif; 
	font-size: 11pt; color: #E55A1D; 
	font-weight: bold
}
h2{
	font-family: Verdana, sans-serif; 
	font-size: 11pt; color: #E55A1D; 
	font-weight: bold
}
h3{
	font-family: Verdana, sans-serif; 
	font-size: 11pt; color: #E55A1D; 
	font-weight: bold
}

ul{
	list-style-type: circle;
	list-style-position: outside;
	list-style-image: url(/images/bulletlogo.jpg);
	margin: 5px 5px 5px 20px;
	padding: 2px 2px 2px 20px;
	border: none;


}

.title { 
	font-family: Verdana, sans-serif; 
	font-size: 11pt; color: #E55A1D; 
	font-weight: bold
}
.subtitle {
	font-family: Verdana, sans-serif; 
	font-size: 10pt; color: #000099; 
	font-weight: bold
}
.text {
	font-size:10pt;
	color: #271D42;
	font-family: Verdana, sans-serif;

}
.th {
	background-color: #000099;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
}
.td_on { 
	background-color: #AEC0EC; 
	font-family: Verdana, sans-serif; 
	font-size: 10pt; 
	color: #000000
}
.td_off {
	font-family: Verdana, sans-serif; 
	font-size: 10pt; 
	color: #000000; 
	background-color: #F1F1F1
}
.textsmall {
	font-family: Verdana, sans-serif; 
	font-size: 8pt; 
	color: #000000
}
.dropdown {  
	font-family: Verdana, sans-serif; 
	font-size: 10pt; 
}
.textbox {
	font-family: Verdana, sans-serif; 
	font-size: 10pt; 
}
.category {
	font-family: Verdana, sans-serif; 
	font-size: 10pt; 
	color: #99CC00; 
	font-weight: bold
}

hr{
	color: #CCCCCC;
}

.special {
	background-color: red;
	color:white;
	font-weight: bold;
	padding: 3px;
}

/* The three following block define the style for all the website links */
A:link
{
	font-size:10pt;
	font-family:verdana, sans-serif;
	text-decoration:none;
	color:#000099;
}

A:visited
{
	font-size:10pt;
	font-family:verdana, sans-serif;
	text-decoration:none;
	color:#0099CC;
}

A:hover
{
	font-size:10pt;
	font-family:verdana, sans-serif;
	color:#0099CC;	
}


/* Page */
.PageMessageWarning{
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	color: white;
	background-color: red;
	padding: 5px;

}

.PageMessageSuccess{
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	color: white;
	background-color: green;
	padding: 5px;

}

/* Date Picker */

.dpDiv {
	}

.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}

.dpTR {
	}

.dpTitleTR {
	}

.dpDayTR {
	}

.dpTodayButtonTR {
	}

.dpTD {
	cursor: pointer;
	}

.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	cursor: pointer;
	}

.dpTitleTD {
	}

.dpButtonTD {
	}

.dpTodayButtonTD {
	}

.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}

.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}

.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}

.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}

.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
}


/* For side/top navigation */
#NavigationLinks{
	margin-left:10px;
	color: #FFFFFF;
	font-weight:bold;
	font-family: Verdana, sans-serif; 
	font-size: 10pt;
	line-height: 25px;
}

#NavigationDescription{
	padding: 2px;
	height: 45px;
	width: 143px;
	border: 1px solid #E9D82C;
	margin: 4px;
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
}

#NavigationLinks A:hover{ color:#E9D82C; }
#NavigationLinks A:link{ color:#FFFFFF; }
#NavigationLinks A:visited{ color:#FFFFFF; }

#ScrollNews{
	font-size: 9pt;
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
}

/* Main Page */
#PageMain{
	font-size:10pt;
	color: #271D42;
	font-family: Verdana, sans-serif;
	margin-left: 5px;
	margin-right: 5px;

}

#MainContent{
	position:relative;
}

/* Images */

