/* ===============================================
   Global HTML Elements
   =============================================*/

/* Default HTML Formatting */
body { margin: 0px; padding: 0px; background: #C4C4C4; height:100%;}
img { border: 0px }
form { margin: 0px; }
td, div { font-size: 11px; font-family: Tahoma, Arial; color: #333333; line-height: 14px; }
ul, ol, li { margin-left: 18px; margin-top: 0px; margin-bottom: 0px; }
ul { margin-top: 5px; }
ul li { margin-top: 1px; margin-bottom: 1px; }
ol { margin-left: 4px; }
ol li { margin-top: 5px; margin-bottom: 10px; }
select { font-size: 11px; font-family: Tahoma, Arial; color: #333333; line-height: 14px; height: 20px; padding-left: 1px; margin-top: 1px; margin-bottom: 1px; }
input { font-size: 11px; font-family: Tahoma, Arial; color: #333333; }
textarea { font-size: 11px; font-family: Tahoma, Arial; color: #333333; line-height: 14px; height: 200px; width: 300px; padding-left: 0px; margin-top: 1px; margin-bottom: 1px; }
hr { text-decoration: none; color: #666666; margin-top: 5px; margin-bottom: 5px; height: 1px; }

/* Links */
A { text-decoration: none; color: #004E4C; }
A:hover { color: #004E4C; }

/* Text */
H3 { font-size: 18px; font-family: Tahoma, Arial; color: #333333; font-weight: 700; line-height: 25px; }
.footer_address { font-size: 10px; font-family: Tahoma, Arial; color: #004E4C; }
.copy { font-size: 9px; font-family: Tahoma, Arial; color: #BEBEBE; }
/* ===============================================
   Misc Styles
   =============================================*/
.input_w { width: 300px; }
.boldText { font-weight: 700; }
.MessageLine { margin-top: 10px; margin-bottom: 10px; border-style: dashed; }
.formbutton { font-family: Tahoma, Arial; font-size: 10px; line-height: 11px; color: #004E4C; background-color: #EAEAEA; border-color: #004E4C; border-width: 2px; height: 22px; width: 100px; }
/*sp:Button id="btnSubmit" text="Upload" OnClick="Upload_Click" runat="server" BackColor="#EAEAEA" BorderColor="#999999" ForeColor="#333333" Font-Name="Verdana" BorderWidth="2" Font-Size="10px" Width="100" Height="22"
