h1{
	font-family: Verdana, sans-serif; 
	font-size: 11pt; color: #99CC33; 
	font-weight: bold
}
h2{
	font-family: Verdana, sans-serif; 
	font-size: 11pt; color: #99CC33; 
	font-weight: bold
}
h3{
	font-family: Verdana, sans-serif; 
	font-size: 11pt; color: #99CC33; 
	font-weight: bold
}

ul{
	list-style-type: circle;
	list-style-position: outside;
	margin: 5px 5px 5px 20px;
	padding: 2px 2px 2px 20px;
	vertical-align: middle;
	height: 2px;
	border: none;


}

.title { 
	font-family: Verdana, sans-serif; 
	font-size: 14pt; color: #99CC33; 
	font-weight: bold
}
.subtitle {
	font-family: Verdana, sans-serif; 
	font-size: 10pt; color: #0099CC; 
	font-weight: bold
}
.text {
	font-size:10pt;
	color: #666666;
	font-family: Verdana, sans-serif;

}
.th {
	background-color: #00CCFF;
	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: #666666
}
.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: #666666
}
.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:#009999;
}

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:#99CC33;	
}


/* 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 navigation */
#HeaderNav{
	font-weight: bold;
	text-transform:uppercase;
	padding-left:3px;
}
#HeaderNav A:hover{ color:#99CC33; }
#HeaderNav A:link{ color:#0099CC; }
#HeaderNav A:visited{ color:#0099CC; }


/* Main Page */
#PageMain{
	font-size:10pt;
	color: #271D42;
	font-family: Verdana, sans-serif;
	margin-left: 5px;
	margin-right: 5px;

}

/* Images */

.box {
	border: 1px solid #F0F0F0;
	border-collapse: collapse;
	font-size:10pt;
	color: #666666;
	font-family: Verdana, sans-serif;
}

