/**
 *
 * Keating Magee
 * http://www.keatingmagee.com/
 *
 * Style Sheet Name: global.css
 * Style Sheet Version: 1.0
 * Style Sheet Info: Global/Default Styles
 *
 * Light Blue = #738aaf
 * Dark Blue = #244086
 * Orange = #ff8a00
 * Light Orange = #fff6de
 *
 */

/* Global Definitions */

html, body {
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS", arial, helvetica, verdana, sans-serif;
    font-size: 0.9em;
    color: #505050;
    background-color: #2a2f3d;
    background-image: url(/img/back.png);
    background-repeat: no-repeat;
    background-position: top center;
}

img {
    border: none;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #244086;
}

a:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #738aaf;
}

h3 {
    margin: 0;
    padding: 0.6em 0 0.8em 0;
    font-size: 1.4em;
}

h4 {
    margin: 0.7em 0 1.2em 0;
    padding: 0;
    font-size: 1.2em;
}

p {
    margin: 0;
    padding: 0 0 1.3em 0;
    line-height: 1.3em;
}

input, select, textarea {
    margin: 0;
    padding: 2px;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 0.9em;
    background-color: #dedede;
    border-top: solid 1px #aaa;
    border-right: solid 2px #aaa;
    border-bottom: solid 2px #aaa;
    border-left: solid 1px #aaa;
}

ul, ol {
    margin: 0 0 25px 25px;
    padding: 0;
}

li {
    margin: 0;
    padding: 10px;
}

sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

