/* GLOBAL STYLES */
body {
	padding: 0px;
	margin: 0px;
	background: #FFFFFF;
	font-family: tahoma;
	font-size: 11px;
	color: #6B6B6B;
	}
td,th {
	font-family: tahoma;
	font-size: 11px;
	color: #6B6B6B;
	}
a:link {
	text-decoration: none; 
	color: #244f77;
	}
a:visited {
	text-decoration: none; 
	color: #456693
	}
a:hover {
	text-decoration: underline; 
	color: #6B6B6B
	}
a:active {
	text-decoration: none; 
	color: #000000
	}
h1 {
	font-size: 18px;
	color: #ffa900;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	}
h2 {
	font-size: 14px;
	color: #5db000;
	background: transparent url(/images/gray-fade.gif) top left repeat-x;
	padding: 0px 0px 0px 0px;
	}
textarea.random {
	font:10px arial, sans-serif;
	width:300px;
	height:70px;
	overflow:hidden;
	}
td.layout-box, td.layout-box-text, td.layout-box-image, td.layout-box-image2, td.layout-gallery-text {
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	}
td.layout-box {
	text-align: center;
	border: 1px solid #cccccc;
	background: #f8f8f8;
	}	
td.layout-box-text {
	text-align: left;
	padding-left: 10px;
	background: #ffffff;
	}	
td.layout-box-image {
	text-align: center;
	border: 1px solid #ffffff;
	background: #000000;
	}	
.outline1 {
  border: 1px solid #cccccc;
	}
a.light:link, a.light:visited {
	color: #cccccc;
	text-decoration: underline;
	}
a.light:hover {
	color: #ffffff;
	}
