@charset "utf-8";
/* CSS Document */

td {
	font-family: tahoma;
	font-size: 11px;
	color: rgb(10,10,10);
}


body {
	
	margin: 0px;
}



a {
	color: black;
}

li {
}


	
h1 {
	font-size: 16px;
	color: rgb(4,114,187);
	font-weight: normal;
	
	}
	
h2 {
	font-size: 14px;
	color: rgb(4,114,187);
	font-weight: normal;
	}

h3 {
	}

	
	
	
.menu  a{
	font-size: 17px;
	color: rgb(4,114,187);
	
}

.blue  a{
	margin-top: 20px;
	font-size: 14px;
	color: rgb(200,230,252);
	
}

.bmenu  a{
	font-size: 14px;
	color: rgb(4,114,187);
	
	
}

.bblue  td{
	font-size: 10px;
	color: rgb(200,230,252);
	
}

.bblue  td a{
	font-size: 11px;
	color: rgb(200,230,252);
	
}




.content {
	margin-left: 27px;
	margin-top: 15px;
	font-size: 11px;
}

.content td {
	font-size: 11px;
}

.content ul {
	margin-left: 18px; 
	padding-left: 0px;
}

.content ul li{
	margin-top: 4px;
	margin-bottom: 4px;
}

.blue ul li{
	list-style-image: url(../images/li.gif);
	margin-top: 4px;
	margin-bottom: 4px;
	
}

.content a {
	font-size: 10px;
	color: rgb(2,123,195);
}





.plus {
	list-style-image: url(../images/plus.gif);
}

.minus {
	list-style-image: url(../images/minus.gif);
}



.form {
	color: rgb(50,50,50);
	font-size: 12px;

}


.error {
	color: #e4381a;
}

.error_message {
	background: #ffdfcc;
	z-index:500;
	border: 1px solid #cccccc;
	margin-bottom: 50px;
	margin-top: 50px;
	width: 400px;
	font-size: 12px;
	color: #555555;
}

.input_text {
	width: 100%;
}

.input_text_error {
	background: #ffe2d5;
	border: 1px solid #91919b;
}


.input_textarea {
}

.input_textarea_error {
	background: #ffe2d5;
	border: 1px solid #91919b;
}

.input_select {
}

.input_select_error {
	background: #ffe2d5;
	border: 1px solid #8d2b00;
}



.input_file {
	}

.input_file_error {
	background: #ffe2d5;
	border: 1px solid #8d2b00;
	}


