﻿body
{
    background: url(background.jpg);
    background-position:center top;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
}

.SmallText
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    color: #11417f;
}

.Text
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12pt;
    color: #11417f;
}

.Center
{
	margin: auto;
}

.TextCenter
{
	text-align: center;
}

.ImgOwalFirst
{
	padding-left: 2px;
	clear:both;
	display:block;
}

.ImgOwal
{
	padding-left: 45px;
	clear:both;
	display:block;
}

.Title
{
	position: relative;
	top: 40px;
	width: 960px;
	text-align: left;
}

a.Text, a.Text:link, a.Text:visited, a.Text:active
{
    color: #13930a;
    text-decoration: none;
    border-bottom: solid 1px #bacbb9;
}

a.Text:hover
{
    border-bottom: solid 1px #13930a;
}

a.Pager, a.Pager:link, a.Pager:visited, a.Pager:active
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 8pt;
    font-weight: bold;
    color: #11417f;
    text-decoration: none;
    border-bottom: solid 1px #bacbb9;
}

a.Pager:hover
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 8pt;
    font-weight: bold;
    border-bottom: solid 1px #11417f;
}

.Bold
{
    font-weight: bold;
}

span.PagerDisabled
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 8pt;
    font-weight: bold;
    color: #999;
    text-decoration: none;
    border-bottom: solid 1px #ccc;
}

.ToLeft
{
	text-align: left;
}

.Button
{
	border: solid 1px #11417f;
	padding: 3px 30px;
}
