h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #cc0033;
	text-transform: capitalize;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: normal;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	font-variant: small-caps;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cc0033;
	text-transform: uppercase;
	line-height: normal;
}

a:link{
	color: #000000;
	text-decoration: none;
}

a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover{
	color: #cc0033;
	text-decoration: underline;
	background-color: #FFCCCC;
}
td {
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/*Parent Submit Form */

fieldset {
margin: 0px 0;
border: 1 px solid #d3d3be;
}

legend {
font-weight: bold;
color: #333333;
background: transparent;
}
label {
display: block}

input {
width: 100 px;
}

textarea {
width: 100px;
height: 200 px;
}


