﻿/* ===============================================
   Global HTML Elements
   =============================================*/

/* Default HTML Formatting */
body { background-color: #ffffff; text-align: left; margin: 0px; font-size: 11px; font-family: Tahoma, Arial; color: #333333; line-height: 14px; 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; padding-left: 0px; margin-top: 1px; margin-bottom: 1px; }
hr { text-decoration: none; color: #666666; margin-top: 5px; margin-bottom: 5px; height: 1px; }
h4 {margin-bottom: 3px; font-size: 14px;}
h3 {margin-bottom: 22px; font-size: 20px;}
h2 {margin-bottom: 15px; font-size: 12px;}
/* Links */
A { text-decoration: none; color: #2a77b7; }
A:hover { color: #2a77b7; text-decoration: underline; }
/* Specific */
.input_w { width: 300px; }
.nText { font-size: 11px; font-family: Tahoma, Arial; color: #333333; line-height: 14px; }

