/**/
/* Import External Styles for Header, Content and Footer Sections */
@import url(Header.css);
@import url(Footer.css);

/* General Styles, common to all */

body {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        background-color: #FFF;
        margin: 0px;
}
table {
        padding: 0px;
        width: 100%;
        border: 0px;
}
select {
        font-size:10px;
}
hr {
        color:#C3CFDB;
        height:1px;
        margin-right:10px;
}
img {
        margin-right:3px;
}

/* Styles for general links */

a:link {
        color:#629300;
}
a:hover {
        color:#D4001C;
}
a:active {
        color:#629300;
}
a:visited {
        color:#629300;
}

/* Other styles */

.TextBox {
        border:1px solid #666666;
}
.NormalText {
        font-size:11px;
        font-weight:normal;
        color:#333333;
}
.SubHeading {
        font-size:12px;
        font-weight:bold;
        color:#000;
}
.Button {
        font-size:12px;
        color:#333333;
        padding: 0px 6px;
}
.ButtonBold {
        font-size:12px;
        font-weight:bold;
        color:#666666;
        padding: 0px 6px;
}

.errorMessage {
	color:red;
}

a.highlightedLink {
	color:black;
	font-weight:bold;
	letter-spacing:2px;
}

.vaTop {
	vertical-align:top;
}
.aLeft {
	text-align:left;
}
.aCenter {
	text-align:center;
}
.aRight {
	text-align:right;
}

#gaztracker_mainmenu ol
{
	padding-left: 20px;
}
