a:link {
	color : #004d9f;
	text-decoration : underline;
}
a:visited {
	color : #004d9f;
	text-decoration : underline;
}
a:active {
	color : #004d9f;
	text-decoration : underline;
}
a:hover {
	color : #FF0000;
	text-decoration : underline;
}

body  {
	background-image:url(../_img/img_bg_headervisual.jpg);
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	margin: 0 0 0 0;
	padding: 0;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #03358F;
	font-size : 11px;
}

td{
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 11px;
	font-weight : normal;
	color: #004d9f;
}

.txt {
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 11px;
	font-weight : normal;
	color: #004d9f;
}

.tit {
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 12px;
	font-weight : bold;
	color: #004d9f;
}

.linecolor {
	background: #ED9631;
}

.selectbox {
	background: #ffffff;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 11px;
	font-weight : normal;
	color: #353885;
	width: 100px;
}

.xlfield {
	background: #ffffff;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 11px;
	font-weight : normal;
	color: #000000;
	width: 200px;
}

.mfield {
	background: #ffffff;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 11px;
	font-weight : normal;
	color: #000000;
	width: 140px;
}

.sfield {
	background: #ffffff;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 11px;
	font-weight : normal;
	color: #000000;
	width: 50px;
}

.button {
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 11px;
	font-weight : normal;
	color: #000000;
}

.alert {
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 11px;
	font-weight : bold;
	color: #FF0000;
}


