a { text-decoration:none;  }
a:hover { text-decoration:underline; }

.gray10 {
	font-family: Baar Sophia, Verdana;
	font-size: 10px;
	color: #999999;
	line-height: 1.7;
	font-weight: normal;
}

.gray12 {
	font-family: Baar Sophia, Verdana;
	font-size: 12px;
	color: #999999;
	line-height: 1.7;
	font-weight: normal;
}
.gray14 {
	font-family: Baar Sophia, Verdana;
	font-size: 14px;
	color: #999999;
	line-height: 1.7;
	font-weight: normal;
}
.gray16 {
	font-family: Baar Sophia, Verdana;
	font-size: 16px;
	color: #999999;
	line-height: 1.7;
	font-weight: normal;
}
.gray18 {
	font-family: Baar Sophia, Verdana;
	font-size: 18px;
	color: #999999;
	line-height: 1.7;
	font-weight: normal;
}

.mar10 {
	font-family: Baar Sophia, Verdana;
	font-size: 10px;
	color: #D10014;
	line-height: 1.7;
	font-weight: normal;
}

.mar12 {
	font-family: Baar Sophia, Verdana;
	font-size: 12px;
	color: #D10014;
	line-height: 1.7;
	font-weight: normal;
}
.mar14 {
	font-family: Baar Sophia, Verdana;
	font-size: 14px;
	color: #D10014;
	line-height: 1.7;
	font-weight: normal;
}
.mar16 {
	font-family: Baar Sophia, Verdana;
	font-size: 16px;
	color: #D10014;
	line-height: 1.7;
	font-weight: normal;
}
.mar18 {
	font-family: Baar Sophia, Verdana;
	font-size: 18px;
	color: #D10014;
	line-height: 1.7;
	font-weight: normal;
}

.welcome {
	font-family: "Brush Script Std";
	font-size: 60px;
	color: #C5202E;
	text-align:center;
}


.green12 {
	font-family: Baar Sophia, Verdana;
	font-size: 12px;
	color: #4D917A;
	line-height: 1.7;
	font-weight: normal;
}
.green14 {
	font-family: Baar Sophia, Verdana;
	font-size: 14px;
	color: #4D917A;
	line-height: 1.7;
	font-weight: normal;
}
.green16 {
	font-family: Baar Sophia, Verdana;
	font-size: 16px;
	color: #4D917A;
	line-height: 1.7;
	font-weight: normal;
}
.green18 {
	font-family: Baar Sophia, Verdana;
	font-size: 18px;
	color: #4D917A;
	line-height: 1.7;
	font-weight: normal;
}




select {
	font-family: Arial;
	font-size: 12px;
}

textarea {
	font-family: Arial;
	font-size: 10px;
}

.content_red {
	font-family: Arial;
	font-size: 12px;
	color: #FF0000;
}

.content_blue {
	font-family: Arial;
	font-size: 12px;
	color: #0000FF;
}

.bordersolidblue { border: 1px solid #6393DF; }
.bordersolidbluetb { border-top: 1px solid #6393DF; border-bottom: 1px solid #6393DF; }
.bordersolid { border: 1px solid black; }
.bordertop { border-top: 1px solid #CCCCCC; }
.borderleft { border-left: 1px solid #CCCCCC; }
.borderbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: gray;
}
.bordersolidgray {
BORDER-top: gray 1px solid; 
BORDER-bottom: gray 1px solid;
BORDER-right: gray 1px solid; 
BORDER-left: gray 1px solid;
}

