@import url(http://fonts.googleapis.com/css?family=Oxygen:400,700&subset=latin,latin-ext);

HTML, BODY { padding: 0; margin: 0; }
BODY, INPUT, SELECT, TEXTAREA, BUTTON, TD, TH { font-family: "Oxygen", Trebuchet, Arial, Helvetica, sans-serif; }
SELECT { line-height: 100%; font-size: 100%; }
SELECT OPTION { line-height: normal; font-size: normal; height: 1.5em; }
TEXTAREA { overflow: auto; resize: none; }

H1, H2, H3, H4, H5, H6 {
	font-family: "Oxygen", Trebuchet, Arial, Helvetica, sans-serif;
	margin: 1em 0 0 0;
	padding: 0;
	font-weight: normal;
	line-height: normal !important;
}

H1 { font-weight: normal; font-family: "Oxygen", Trebuchet, Arial, Helvetica, sans-serif; }
H2 { font-weight: normal; }
H2.mainheading { font-weight: normal; font-family: "Oxygen", Trebuchet, Arial, Helvetica, sans-serif; }
DIV.mainheading H2 { font-weight: normal; font-family: "Oxygen", Trebuchet, Arial, Helvetica, sans-serif; }
DIV.mainheading P.lead { font-weight: bold; }
H3 { font-weight: normal; }
H4 { font-weight: normal; }
H5 { font-weight: normal; }

IMG { border: 0; }
FORM { padding: 0; margin: 0; }
TABLE { border-collapse: collapse; border-spacing: 0; margin: 1em 0 0 0; }
TH, TD { text-align: left; vertical-align: top; }

A { text-decoration: none; }
A:hover { text-decoration: underline; }
A SPAN { cursor: pointer; }

P { padding: 0; margin: 1em 0 0 0; }
P.img-right { float: right; clear: both; margin: 1em 0 1em 1em; }
P.img-center { clear: both; }
P.img-right SPAN { display: block; padding: 10px 30px 0 0; }
P.img-center SPAN { display: block; padding: 10px 30px 0 0; }

P.img-right2 { float: right; clear: both; margin: 1em 0 1em 1em; width: 220px; padding-bottom: 10px; }
P.img-right2 A { display: block; text-decoration: none; }
P.img-right2 IMG { margin: 0; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; overflow: hidden; }
P.img-right2 SPAN { display: block; padding: 10px 30px 0 0; }

P.img-left2 { float: left; clear: both; margin: 1em 1em 1em 0; width: 220px; padding-bottom: 10px; }
P.img-left2 A { display: block; text-decoration: none; }
P.img-left2 A:hover { text-decoration: none !important; }
P.img-left2 A:hover SPAN { text-decoration: underline !important; }
P.img-left2 IMG { margin: 0; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; overflow: hidden; }
P.img-left2 SPAN { display: block; padding: 10px 30px 0 0; }

.left { text-align: left !important; }
.right { text-align: right; }
.center { text-align: center; }
.justify { text-align: justify; }
.middle { vertical-align: middle; }
.nopadding { padding: 0 !important; }
.nomargin { margin: 0 !important; }
.nowrap { white-space: nowrap; }
.hidden { display: none !important; }
.offscreen { position: absolute; left: -1000px; top: -1000px; }
.bold, .highlight { font-weight: bold; }
.normal { font-weight: normal; }

.wdate { width: 56px; }
.w100 { width: 100px !important; }
.w120 { width: 120px !important; }
.w150 { width: 150px; }
.w100p { width: 100%; }
.w20p { width: 20% !important; }
.w30p { width: 30% !important; }
.w80p { width: 80% !important; }

TABLE.w20-80 TH { width: 20% !important; }
TABLE.w20-80 TD { width: 80% !important; }

.clear { overflow: hidden; clear: both; }

.posrel { position: relative; }

.f-left { float: left; }
.f-right { float: right !important; }
.c-left { clear: left; }
.c-right { clear: right !important; }

.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt1em { margin-top: 1em !important; }
.mt2em { margin-top: 2em !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.ml110 { margin-left: 110px !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.mt-30 { margin-top: -30px !important; }
.pl20 { padding-left: 20px !important; }

.gray { color: #666; }

/* Mozilla recovery */
INPUT[type="checkbox"] { padding: 0; margin: 4px; -moz-appearance: checkbox; }
INPUT[type="radio"] { padding: 0; margin: 4px; -moz-appearance: radio; }
*:first-child+HTML INPUT[type="checkbox"] { margin: 0; }
*:first-child+HTML INPUT[type="radio"] { margin: 0; }

BUTTON::-moz-focus-inner, INPUT[type="reset"]::-moz-focus-inner, INPUT[type="button"]::-moz-focus-inner, INPUT[type="submit"]::-moz-focus-inner, INPUT[type="file"] > INPUT[type="button"]::-moz-focus-inner { padding: 0 !important; border: 0 !important; }
