﻿body {
	font-family: arial;
	font-size : 12px;
	color: #333333;
	margin-top : 5px;
}

hr {
	background-color: #cccccc;
	color: #cccccc;
	border: 0;
	height: 1px;
}

table {
	font-family: arial;
	font-size : 13px;
	color: #333333;}

a {	
	color : #0073ba; 
	font-size : 12px;
	text-decoration: none;
}
	
a:hover { 
	color: #0073ba;
	text-decoration: underline;
}


a.black-link, .black-link:visited {
	color: #000000;
}

.blue-arrow {
	color: #0073ba;
	size: 11px;
}


.pageheading {
	font-size: 20px;
	color: #ff0000;
	font-weight : normal;
	font-family: arial;
	background-repeat: no-repeat;
	background-position: left center;
	
}

.heading1 { 	font-size: 17px;
	color: #000000;
	font-weight : bold;
	font-family: arial; }

.heading2 { 	font-size: 15px;
	color: #000000;
	font-weight : bold;
	font-family: arial; }

.subheading { 	font-size: 13px;
	color: #000000;
	font-weight : bold;
	font-family: arial; }

.date {font-size: 11px; color: #555555;}

ul {
	list-style-image:url(/pub_images/bullet_large.gif);
}

ul ul {
	list-style-image:url(/pub_images/bullet_large.gif);
}

ul ul ul {
	list-style-image:url(/pub_images/bullet_small.gif);
}

.whitetext {
	color: white;
}

.tableheading {
	background-color: red;
	color: white;
	font-weight: bold;
	align: center;
}

table.BTGStandardTable {
	border-spacing: 1px;
	border-collapse: collapse;
	border-color: #cccccc;
	border: 1px solid #cccccc;
}

table.BTGStandardTable td {
	border-spacing: 0px;
	border-collapse: collapse;
	border: 1px solid #cccccc;
}
