﻿.GlobalTable
{
	width : 568px;
	font-family : Arial;
	font-size : 15px;
	color : RGB(139,139,139);
	text-align : justify;
	vertical-align : top;
	margin-left: 20px;
}
.GlobalH1
{
	font-family : Georgia;
	font-size : 20px;
	color : RGB(9,63,85);
	margin-top : 25px;
}
.GlobalBlue
{
	font-size : 17px;
	font-weight : bold;
	color : RGB(0,139,208);
}

.GlobalHr
{
	background-image : url('../../img/css/hr.gif');
	background-repeat : repeat-x;
	background-position : center center;
}
.GlobalHr2
{
	width : 330px;
	background-image : url('../../img/css/hr2.gif');
	background-repeat : repeat-x;
	background-position : center center;
}




