/*  ---------------------------------------- text */

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000033;
}
.mybody {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000033;
	text-align : justify;
}

.mybodycenter {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000033;
	text-align : center;
}

.mybody a {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000033;
	text-decoration:underline;
}

.mybody a:hover{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000033;
	text-decoration:none;
}

.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
}

.smallred {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #cc0000;
}

.whitebody a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration : underline;
}

.whitebody a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration : none;
}


.mybackground{
background-image:url(/images/c700.jpg);
background-repeat:no-repeat
}

/*---------------------------------------- input settings */
INPUT, TEXTAREA, SELECT{
  font-size : 11px;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  color : #101A7B;
  border-style : solid;
  border-width : 1px;
  background-color : #FBFBFB;
  layer-background-color : #FBFBFB;
 
}

