/* GLOBAL STYLES */
body {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	background: #FFFFFF;
	text-align: center;
	font-family: tahoma;
	font-size: 11px;
	color: #6B6B6B;
	}
td,th {
	font-family: tahoma;
	font-size: 11px;
	color: #6B6B6B;
	}
a:link {
	text-decoration: underline; 
	color: #244f77;
	}
a:visited {
	text-decoration: underline; 
	color: #456693
	}
a:hover {
	text-decoration: underline; 
	color: #6B6B6B
	}
a:active {
	text-decoration: underline; 
	color: #000000
	}
h1 {
	font-size: 18px;
	color: #ffa900;
	}
h2 {
	font-size: 14px;
	color: #5db000;
	background: transparent url(/images/gray-fade.gif) top left repeat-x;
	padding: 5px 10px 10px;
	}
textarea {
	font:10px arial, sans-serif;
	width:650px;
	height:100px;
	}
textarea.gigya {
	display:none;
	}

/* CUSTOM ELEMENTS */
.outline1 {
  border: 1px solid #cccccc;
	}
.outline2 {
  border: 1px solid #333333;
	}
.blue {
	color: #244f77;
	}
.green {
	color: #5db000;
	}
.orange {
	color: #ff9900;
	}
.lightgrey {
	color: #e6e6e6;
	}
.caption {
	color: #244f77;
	}
