/* Body Elements */
body {
    background: #000000;
    font: 10px Verdana, Arial, Sans-Serif;
    color: #FFFFFF;
    margin: 0px;
    padding: 0px; 
}

table, tr, td, th {
    font: 8px Verdana, Arial, Sans-Serif;
    color: #FFFFFF;
    margin: 0px;
    padding: 0px; 
}

/* Other Elements */
.caps { text-transform: capitalize; }
acronym, abbr{border-bottom:1px dotted #666;cursor:help;white-space:nowrap;}
address, em, caption{font-style:italic;}
hr{background-color:#444;border-width:0;color:#444;height:2px;line-height:0;margin:1.8571em 10px 1.8571em 10px;page-break-after:always;text-align:center;width:80%;}
hr:after{content:"\a7\a7";font-size:1.25em;}
img{-ms-interpolation-mode:bicubic;border:0 none;}
p{clear:both; margin: 0 0 2em 0; line-height: 1.8em;}
strong{font-weight:bold;}
.getfirefox { text-align:center; border: 2px solid #73B02C; width: 400px; background: #f9f9f9; padding: 7px; color: #000000; font-weight: bold; text-decoration: none;}

/* Link Elements */
a, a:link, a:visited, a:active, a:focus {
	color: #73B02C;
    font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
    font-weight: bold;
	color: #C7D711;

}

/* Form Elements */
form{margin:0; padding:0;}
fieldset{border:1px solid #e3e3e3;margin:1.5em 10px;padding:.5em 10px;}
		
/*ALA pretty forms*/
fieldset ol{margin:0;padding:0;}
fieldset li{list-style: none;margin:0;padding:.4em .75em;}
fieldset li label{display:inline-block;margin:0 1em 0 0;width:9em;}
legend{}
input{}
input[type="textarea"], input[type="password"],input[type="text"]{border:1px solid;border-color:#bbb #ccc #ccc #bbb;padding:.1em;}
button,.button,input[type="file"] > input[type="button"],input[type="reset"],input[type="submit"],select{background:#f9f9f9; border:.1em solid;border-color:#ccc #bbb #bbb #ccc;cursor:pointer;padding:.1em 10px;}
button:hover,.button:hover,input[type="file"] > input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover{background-color:#f0f0f0;}
button,.button,input[type="reset"],input[type="submit"]{margin:0 5px;}
input[type="file"]{font-size:.714em;}
select[size],select[multiple]{background-image:none;}
label{}
select{}
optgroup{background:transparent;}
option{background:transparent;}
textarea{}