body {
    font-size: 11px;
	font-weight: normal;
	color: #000000;
	font-family: Verdana, Arial;
	line-height:16px;
}

a:link {text-decoration:none;}     /* unvisited link */
a:visited {text-decoration:none;}  /* visited link */
a:hover {text-decoration:underline;}   /* mouse over link */
/*a:active {color: #0000FF}*/   /* selected link */

img {border-width:0px;}

.center_table { 
    margin-left: auto;
    margin-right: auto;
}

.border {border: 1 solid #ffffff;}

.border2 {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	font-family: Verdana, Arial;
	border: 1px solid #7f7f7f;
}

.button {
	color: #ffffff;
	font-size: 11px;
	font-family: Verdana, Arial;
	font-weight: bold;
	cursor: hand;
	/*background-image : url(../img/button_start.gif);
	*/
	border-width: 1;
	height: 19px;
	width: 66px;
	background-color: #498BAF;
}

.home {
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	font-family: verdana, arial;
	line-height: 14px;
}

.home_black {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	font-family: verdana, arial;
}

.home_black2 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	font-family: verdana, arial;
}

.home_white {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	font-family: verdana, arial;
}

.text {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	font-family: verdana, arial;
}

.text_b {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	font-family: verdana, arial;
}

.blu {
	font-size: 11px;
	font-weight: normal;
	color: #1C6E9B;
	font-family: verdana, arial;
}

.blu_b {
	font-size: 11px;
	font-weight: bold;
	color: #1C6E9B;
	font-family: verdana, arial;
}

.form_sent_msg {
	font-size: 12px;
	font-weight: bold;
	color: #1C6E9B;
	font-family: verdana, arial;
}

.error {
	font-size: 11px;
	font-weight: bold;
	color: #ff0000;
	font-family: verdana, arial;
}

.success_msg {
	color: #00bf00;
	font-size: 14px;
	font-family: Verdana, Arial;
	font-weight: bold;
}

.error_msg {
	color: #FF0000;
	font-size: 12px;
	font-family: Verdana, Arial;
	font-weight: bold;
}