﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
	margin: 0px;
	height: 100%;
	background-color:#757B7B;
	text-align:left;
}
form{margin:0px;}
h1 {
	font-size: 110%;
	color: #0B1F76;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 110%;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
table {
	font-size: 100%;
}
td 
{
    vertical-align: top;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #133261;
	text-decoration: none;
}
a.submenu:link {
	font-size:100%;
	color: #133261;
	text-decoration: none;
	font-weight:bold;
}
a.submenu:visited {
	font-size:100%;
	color: #133261;
	text-decoration: none;
	font-weight:bold;
}
a.submenu:hover {
	font-size:100%;
	color: #A32A22;
	text-decoration: none;
	font-weight:bold;
}
a.GreyLink:link {
	color: #CCCCCC;
	text-decoration: none;
}
a.GreyLink:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a.GreyLink:active {
	color: #CCCCCC;
	text-decoration: none;
}
a.GreyLink:hover {
	color: #FFFFFF;
	text-decoration: none;
}
li.SubMenuItem
{
	border-bottom-width:1px;
	border-bottom-color:#B6B6B6;
	border-bottom-style:solid;
    padding: 0px;
}
li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
ul {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 17px;
	margin: 0px;
	list-style-image: url(/images/system/bullet.gif);
}
img {
    border-width:0px;
}
.select, .Input {
	border-style:solid;
	border-width: 1px;
	border-color:#A5ACB2;
	/*height: 17px;*/
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	/*width: 165px;*/
}
.Button {
	border-style:solid;
	border-width: 1px;
	border-color:#A5ACB2;
	/*width: 30px;
	height: 21px;*/
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #133261;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: repeat-x;
}
.grey 
{
	color:#BEBEBE;
}
.Orange
{
	color: #FF5000;
}
.Blue
{
	color: #133261;
}
.Attention
{
	color: #FF0000;
	font-weight: bold;
}
.bold
{
	font-weight: bold;
}
.small
{
font-size:85%;
}