@charset "utf-8"; 
/* CSS Document */
/*Reset Browser*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
/*table, caption, tbody, tfoot, thead, tr, th, td*/ {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/*Reset Browser End*/

a:link {
	text-decoration: none;
	color: #33cc33;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #33cc33;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #cccc00;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #33cc33;
	font-weight:bold;
}

/* Form */
.dropdown {color:#742103;}

form{
	margin:10px;
	padding:10px;
	border: thick ridge #742103;
}

.form3{
                width:300px;
                vertical-align:top;
                color:#742103;
                height: 350px;
}
.form3 input{
                width:280px;
                height:17px;
                font:11px tahoma, serif;
                color:#742103;
}
.form3 textarea{
                width:280px;
                height:115px;
                overflow:auto;
                color:#742103;
                font:11px tahoma, serif;
                cols:15;
                rows:4;
}
.form2{
                width:280px;
                vertical-align:top;
                color:#742103;
}
.form2 input{
                width:40px;
                height:15px;
                font:11px tahoma, serif;
                color:#742103;
}
