/******************GENERAL******************/
* {
	margin: 0;
	padding: 0;
}

html {
        margin: 0;
        padding: 0;
        height: 100%;
		background: #c8c8c8 url('/pictures/css/MainBackground.png') repeat-x;
		overflow: -moz-scrollbars-vertical;
}
 
body {
        margin: 0;
        padding: 0;
        height: 100%;
        text-align: center;
		font-family: 'Trebuchet MS', Tahoma, Sans Serif, Times, Arial;
		color: #52535c;
}
 
a {
        color: #598bd5;
        text-decoration: underline;
}
 
a.anchorStatement {
        color: #000;
        text-decoration: none;
}

ul, ol {
	padding-bottom: 15px;
	margin: 0;
}

hr {
	padding: 0;
	margin: 0;
}

h2 {
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 24px;
}

 
/*****************TOP BAR*************************/
#navTopBar {
        /*background: transparent url('/pictures/css/borderTopRepeat.png') repeat-y;*/
		background-color: #000;
        width: 780px;
		margin-left: 10px;
		margin-right: 10px;
        text-align: center;
		font-size: 12px;
		font-family: Sans Serif, Times;
		color: #fff;
}
 
#navTopBar ul{
        cursor: default;
        list-style-type: none;
        display: inline;
        padding-left: 15px;
        padding-right: 15px;
}
 
#navTopBar li{
        display: inline;
}
 
#navTopBar a{
        display: inline;
        padding-right: 5px;
        width: 100px;
        height: 30px;
        font-size: 14px;
        font-weight: normal;
        line-height: 30px;
        color: #fff;
        text-decoration: none;
}
 
#navTopBar a:hover {
        color: #bababa;
}
 
 
/*****************General design******************/
#MainWrapper {
        margin: 0 auto;
        background: transparent url('/pictures/css/borderRepeat.png') repeat-y;
        width: 800px;
        text-align: left;
		min-height: 100%;
		height: auto !important;
		height: 100%;
}
 
#MainHead {
        width: 100%;
        height: 120px;
        background: transparent url('/pictures/css/header.png') no-repeat;
}
 
#MainBody {
        width: 800px;
        height: auto !important; 
        min-height: 100%; 
        height: 100%;
}
 
.MainContent {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 5px;
}
 
/*******************GENERAL TOOLS***********************/
/*This is a section that contains too classes such as special headers or tiny paragraphs*/
 
p.TinyParagraph{
        font-size: 12px;
        font-weight: bold;
		margin: 0;
}
 
p.TinyThinParagraph {
        font-size: 10px;
        font-weight: normal;
		height: inherit;
}

div.SeriesContainer {
	width: 700px;
	overflow: auto;
}

.SmallThinRed {
	font-size: 12px;
	color: red;
	font-weight: normal;
	padding: 0;
}

.SmallRed {
	font-size: 12px;
	color: red;
	font-weight: bold;
}

.SmallThinGreen {
	font-size: 12px;
	color: green;
	font-weight: normal;
	padding: 0;
}

.SmallGreen {
	font-size: 12px;
	color: green;
	font-weight: bold;
}

.SmallThinOrange {
	font-size: 12px;
	color: orange;
	font-weight: normal;
	padding: 0;
}

.SmallOrange {
	font-size: 12px;
	color: orange;
	font-weight: bold;
}

/*****************FONT PAGE***************************/
.frontInformation{
	width: 600px;
	background-color: #efefef;
	border-right: 1px #aeb0cb solid;
	border-bottom: 1px #aeb0cb solid;
	font-size: 14px;
	padding: 10px;
}

.frontInformationHeader{
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

/******************SERIES******************************/
.CommentText {
	font-size: 14px;
}