a:link {
	 text-decoration: underline;
	  color: #ff3300;
	font-family : Arial;
	font-size : 14;
	font-weight : bold;
}
a:visited {
	 text-decoration: underline;
	  color: #ff3300;
	font-family : Arial;
	font-size : 14;
	font-weight : bold;
}
a:hover {
	 text-decoration:
	  underline; color: #FF7200;
}

.smallA:link {
	 text-decoration: none;
	  color: #ffffff;
	font-family : Arial;
	font-size : 10;
	font-weight : bold;
}
.smallA:visited {
	 text-decoration: none;
	  color: #ffffff;
	font-family : Arial;
	font-size : 10;
	font-weight : bold;
}
.smallA:hover {
	text-decoration: none;
	color: #FF7200;
}

.outsideTable {
	border : 0px none Black;
	padding : 0 0 0 0;
	margin : 0 0 0 0;
/*	background-color : #Edf9ed; */
/*	background-color : #E0C29B; */
    background-color : #E0C29B;
	width : 100%;
}

.insideTable {
	border : 0 solid #FFA500;
	padding : 0 0 0 0;
	margin : 0 0 0 0;
	background-color : #FFA500;
	width : 760;
}

.headerTable {
	border : 0 none Black;
	padding : 0 0 0 0;
	margin : 0 0 0 0;
	background-color : Blue;
	width : 100%;
}

.bodyTable {
	border : 0 none Black;
	padding : 0 0 0 0;
	margin : 0 0 0 0;
	width : 100%;
	background-color : White;
}

.buttonSubmit {
	width: 60px;
}
.buttonReset {
	width: 40px;
}

.bgBoyTopTable {
	background-color : White;
	background-image : url(images/bgBoy.gif);
	background-repeat : no-repeat;
background-position: 240px 158px;
}

.bgBoyMiddleTable {
	background-color : White;
	background-image : url(images/bgBoy.gif);
	background-repeat : no-repeat;
background-position: 240px -53px;
}

.formTable {
	background-color : White;
	background-image : url(images/bgBoy.gif);
	background-repeat : no-repeat;
background-position: 320px 0px;
}

.formTextarea {
	background-color : White;
	background-image : url(images/bgBoy.gif);
	background-repeat : no-repeat;
	background-position: -145px -28px;
}

.formTd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight : bold;
}





.header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;

}

}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 165px;
}

.labelMessage {
	width: 85px;
}

label {
	font : bold 9px Verdana;
	font-size: 9px;
	width: 146px;
	height: 15px;
	padding: 5px;
	text-align : right;
}

.link1 {
	font-family : Arial;
	font-size: 26px;
	font-weight: bold;
	color: #F89621;
	vertical-align: middle;
	cursor : hand;
	background-color : #0063A6;
}

.lowerTable {
	background-color : White;
	background-repeat : no-repeat;
	background-position : center;
}

.titleLarge {
	display : inline;
	color : White;
	font-family : "Monotype Corsiva";
	font-size :24;
}

.titleSmall {
	display : inline;
	color : White;
	font-family : Arial;
	font-size : 12;
}

.descLarge {
	display : inline;
}

.textTitle {
	color : #00008B;
	font-family : Arial;
	font-size : 14;
	font-weight:bold;
	display : inline;
}

.text {
	color : #00008B;
	font-family : Arial;
	font-size : 12;
	display : inline;
}

.textSmall {
	color : black;
	font-family : Arial;
	font-size : 6;
	display : inline;
}

.textMedium {
	display : inline;
	color : #666666;
	font-family : Arial;
	font-size : 12;
	font-weight : bold;
}

.textLarge {
	display : inline;
	color : 000000;
	font-family : Arial;
	font-size : 14;
	font-weight : bold;
}

.storeBorderTop {
	border-top-color : white;
	border-top-style : outset;
	border-top-width : 1;

	border-left-color : white;
	border-left-style : outset;
	border-left-width : 1;

	border-right-color : white;
	border-right-style : outset;
	border-right-width : 1;
}

.storeBorderMid {
	border-left-color : white;
	border-left-style : outset;
	border-left-width : 1;

	border-right-color : white;
	border-right-style : outset;
	border-right-width : 1;
}

.storeBorderBottomn {
	border-left-color : white;
	border-left-style : outset;
	border-left-width : 1;
	border-right-color : white;
	border-right-style : outset;
	border-right-width : 1;
	border-bottom-color : white;
	border-bottom-style : outset;
	border-bottom-width : 1;
}