﻿body
{
	margin: 0;
	padding: 0;
	color: #034E87;
	font-size: 13px;
	font-family: Arial;
	min-width: 1000px;
	text-align: justify;
}
img, a img
{
	border: 0;
}

a
{
	color: #034E87;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Arial;
	color: #024e89;
}


h1
{
	font-size: 105%;
	line-height: 115%;
	font-weight: bold;
}

h2
{
	font-size: 110%;
}

h3
{
	font-size: 107%;
}

h4
{
	font-size: 105%;
}

h5
{
	font-size: 103%;
}

h6
{
	font-size: 100%;
	font-weight: bold;
}
p
{
	margin: 0.6em 0 1.2em;
	padding: 0;
}
/*
a:link, a:visited {
  color: #027AC6;
  text-decoration: none;
}

a:hover {
  color: #0062A0;
  text-decoration: underline;
}

a:active, a.active {
  color: #5895be;
}
*/
hr
{
	margin: 0;
	padding: 0;
	border: none;
	height: 1px;
	background: #5294c1;
}
table
{
	margin: 0em 0;
	
}


.Center
{
	text-align: center;
}
.Right
{
	text-align: right;
}
.Nowrap
{
	white-space: nowrap;
}
.Red
{
	color: Red;
}

.Right
{
	text-align: right;
}
.Left
{
	text-align: left;
}
.DisplayNone
{
	display: none;
}
p, li
{
	padding-top: 3px;
	padding-bottom: 3px;
}
.Bottom
{
	vertical-align: bottom;
}
.Top
{
	vertical-align: top;
}
.Bold
{
	font-weight: bold;
}

.space
{
	height: 10px;
}

.upload-control
{
	width: 400px;
	border: solid 1px #CECECE;
	font-family: "Helvetica" , "Arial" , sans-serif;
	font-size: 14px;
}

.button
{
	color: #024e89;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	border: solid 1px #024e89;
	background-color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
}

.pager-link
{
	padding: 0 5px 0 5px;
}
