.white{ background-color: #ffffff;}

.contentStyle {
	background-color: #ffffff;
	margin-top: 0px;
}

.contentStyle p {
    vertical-align: top;
}

.contentStyle table, .contentStyle select, .contentStyle textarea, .contentStyle input, .contentStyle, .contentStyle button {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #494949;
	line-height: 20px;
}

.contentStyle table tr td {
    vertical-align: top;
}

.contentStyle a {
	color: #00BCEB;
	text-decoration: underline; 
}

.contentStyle img {

}

.contentStyle select, .contentStyle textarea, .contentStyle input, .contentStyle button {
    width: 175px;
  	border: 1px solid #CACCCF;
}

.contentStyle input {
	cursor: text;
}

.contentStyle textarea {
    height: 127px;
    width: 239px;
    overflow: auto;
	overflow-x: hidden;
	scrollbar-track-color: #ffffff;
	scrollbar-base-color: #8FCAE9;
	scrollbar-arrow-color: #ffffff;
	scrollbar-face-color: #8FCAE9;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #8FCAE9;   
    scrollbar-darkshadow-color: #8FCAE9;
}

.contentStyle .form_checkbox {
    cursor: hand;
 	width: 18px;
	height: 12px;
	line-height: 12px;
	margin-right: 6px;
	border: none;
}

.contentStyle .form_submit, .contentStyle button {
	cursor: hand;
    width: 85px;
	background-color: #82C1E3;
	color: #ffffff;
	font-weight: bold;
}

.contentStyle .form_radio {
    cursor: hand;
	width: 18px;
	height: 12px;
	line-height: 12px;
	margin-right: 6px;
	border: none;
}

.pageTitle{
	color: #00BCEB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

.pageTitleBig{
	color: #00BCEB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	font-variant:small-caps;
}


ul.blueList{
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 10px;
	line-height: 16px; 
	list-style-position: inside; 
	list-style-image: url(../images/blueList.gif); 
	color: #00BCEB; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
}

ul.blueList li{
	margin-bottom: 10px;
	margin-top: 5px;
	padding-bottom: 5px;
}
