/* CSS Document */

body
{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}

.txt12gray
{
	font-size:12px;
	line-height:18px;
	color:#4D4D4D;
}

.txt11white, .txt11white a
{
	font-size:11px;
	color:#fff;
	text-decoration:none;
}

.txt11white a:hover
{
	font-size:11px;
	color:#fff;
	text-decoration:underline;
}

.txt16white
{
	font-size:16px;
	color:#fff;
	text-decoration:none;
}

.txt12white, .txt12white a
{
	font-size:12px;
	color:#fff;
	text-decoration:none;
}

.txt12white a:hover
{
	font-size:12px;
	color:#fff;
	text-decoration:underline;
}

.txt12blue, .txt12blue a
{
	font-size:12px;
	color:#2998CA;
	text-decoration:none;
}

.txt12blue a:hover
{
	font-size:12px;
	color:#2998CA;
	text-decoration:underline;
}


.txt14gray, .txt14gray a
{
	font-size:14px;
	color:#787878;
}

.txt14gray a:hover
{
	font-size:14px;
	color:#2998CA;
}

h1
{
	font-size:24px;
	line-height:18px;
	color:#2998CA;
	padding:0px;
	margin:0px;
}

.border
{
	border-bottom:1px solid #D5EBF5;
}
.border2
{
	border:2px solid #D5EBF5;
}

