﻿body
{
    background-attachment: fixed;
    background-image: url(images/background.jpg);
    background-repeat: repeat-x;
    margin: 10px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
a:link {
	color: #090E8C;
	text-decoration: underline;
}
a:visited {
	color: #090E8C;
	text-decoration: underline;
}
a:hover {
	color: #626262;
	text-decoration:none;
	font-weight:bold;
}
a:active {
	color: #626262;
	text-decoration: underline;
}
.RightBorderMain
{
    border-top: #a8a8a8 0px inset;
    border-right: #a8a8a8 0px inset;
    border-bottom: #a8a8a8 0px inset;
}
.LeftBorderMain
{
    border-top: #a8a8a8 0px inset;
    border-left: #a8a8a8 0px inset;
    border-bottom: #a8a8a8 0px inset;
}
.Title
{
    font-weight: bold;
    font-size: 20pt;
    color: #095ca8;
    font-style: italic;
    font-family: 'Trebuchet MS' , Tahoma, Arial;
    vertical-align:super;
    background-image: url(images/metal_bg2.jpg);
    background-repeat:repeat;
}
H1
{
    font-family: 'Calisto MT' , 'Book Antiqua';
    color: #095ca8;
}
H2
{
    font-family: 'Calisto MT' , 'Book Antiqua';
    color: #095ca8;
}
.contentBlue
{
    font-family: 'Calisto MT' , 'Book Antiqua';
    font-size: 13pt;
    color: #095ca8;
}
.errorMessage
{
    color:red;
    font-size:20px;
    font-weight:bold;
    font-family: "Times New Roman", Times, serif;
}