body.background-blue
{
		background-repeat: no-repeat;
		background-color:#0B0BDE;
		background-image: linear-gradient(bottom, rgb(11,11,222) 33%, rgb(45,190,222) 80%);
		background-image: -o-linear-gradient(bottom, rgb(11,11,222) 33%, rgb(45,190,222) 80%);
		background-image: -moz-linear-gradient(bottom, rgb(11,11,222) 33%, rgb(45,190,222) 80%);
		background-image: -webkit-linear-gradient(bottom, rgb(11,11,222) 33%, rgb(45,190,222) 80%);
		background-image: -ms-linear-gradient(bottom, rgb(11,11,222) 33%, rgb(45,190,222) 80%);

		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0.33S, rgb(11,11,222)),
			color-stop(0.80, rgb(45,190,222))
		);
		/* For Internet Explorer 5.5 - 7 */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0b0bde, endColorstr=#2DBEDE);
        /* For Internet Explorer 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0b0bde, endColorstr=#2DBEDE)";    
 }

body.background-blue-reverse
{
		background-repeat: no-repeat;
		background-color:#0B0BDE;
		background-image: linear-gradient(bottom, rgb(45,190,222) 33%, rgb(11,11,222) 80%);
		background-image: -o-linear-gradient(bottom, rgb(45,190,222) 33%, rgb(11,11,222) 80%);
		background-image: -moz-linear-gradient(bottom, rgb(45,190,222) 33%, rgb(11,11,222) 80%);
		background-image: -webkit-linear-gradient(bottom, rgb(45,190,222) 33%, rgb(11,11,222) 80%);
		background-image: -ms-linear-gradient(bottom, rgb(45,190,222) 33%, rgb(11,11,222) 80%);

		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0.33S, rgb(45,190,222)),
			color-stop(0.80, rgb(11,11,222))
		);
		/* For Internet Explorer 5.5 - 7 */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#2DBEDE, endColorstr=#0b0bde);
        /* For Internet Explorer 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#2DBEDE, endColorstr=#0b0bde)";    
}

.gold-box
{
	background-color: gold;
	-webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.4);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:    10px 10px 5px rgba(0, 0, 0, 0.4);  /* Firefox 3.5 - 3.6 */
	box-shadow:         10px 10px 5px rgba(0, 0, 0, 0.4);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
	font-size:22px;
	vertical-align:middle;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	margin:auto;
}

.lightblue-box
{
	background-color: #33CCFF;
	-webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.4);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:    10px 10px 5px rgba(0, 0, 0, 0.4);  /* Firefox 3.5 - 3.6 */
	box-shadow:         10px 10px 5px rgba(0, 0, 0, 0.4);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
	font-size:22px;
	vertical-align:middle;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	margin:auto;
}

a
{
	color: #0000ff;
	text-decoration:none;
}

a:visited
{
	color: #0000ff;
}

a:hover
{
	color: #ff0000;
}

.gold-box a
{
	color: #0000ff;
	text-decoration:none;
}

.gold-box a:visited
{
	color: #0000ff;
}

.gold-box a:hover
{
	color: #ff0000;
}

.doc-background
{
	background-color: #ffffff;
	padding: 40px;
}

.white-background
{
	background-color: #ffffff;
}

.white-link a
{
	color: #ffffff;
	text-decoration: none;
}

.white-link a:visited
{
	color: #ffffff;
}

.white-link a:hover
{
	color: #ff0000;
}

.black-link a
{
	color: black;
}

.black-link a:visited
{
	color: black;
}

.black-link a:hover
{
	color: #ff0000;
}

.underline-link a
{
	text-decoration: underline;
}

#text-copyright
{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		font-weight: normal;
		color: #2DBEDE;
		text-decoration: none;
		text-align:center;
		vertical-align:middle;
		padding-left:0px;
		padding-right:0px;
		padding-bottom:2px;
		padding-top:2px;
}

.times-new-roman-text
{
	font-family: "Times New Roman", Times, serif;
}

.white-text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.black-text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.gold-text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: gold;
}

.gold-logo-text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #e6d182;
}

.blue-text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: blue;
}

.red-text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: red;
}

.bold-text
{
	font-weight: bold;
}

.italic-text
{
	font-style: italic;
}

.underline-text
{
	text-decoration: underline;
}

.left-text
{
	text-align: left;
}

.center-text
{
	text-align: center;
}

.right-text
{
	text-align: right;
}

.justify-text
{
	text-align: justify;
}

.xsmall-text
{
	font-size: x-small;
}

.small-text
{
	font-size: small;
}

.medium-text
{
	font-size: medium;
}

.large-text
{
	font-size: 18px;
}

.xlarge-text
{
	font-size: 20px;
}

.xxlarge-text
{
	font-size: 24px;
}

.narrow-label
{
	margin:0px;
}

.btn-style
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border : solid 1px #adadff;
	border-radius : 3px;
	moz-border-radius : 3px;
	-webkit-box-shadow : 0px 0px 11px rgba(0,0,0,1.0);
	-moz-box-shadow : 0px 0px 11px rgba(0,0,0,1.0);
	box-shadow : 0px 0px 11px rgba(0,0,0,1.0);
	font-size : 12px;
	color : #ffffff;
	padding:6px;
	padding-bottom:7px;
/*	padding : 1px 17px;*/
	background : #b2b2ff;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2b2ff), color-stop(52%,#5e5eff), color-stop(51%,#5462ff), color-stop(100%,#1313f0));
	background : -moz-linear-gradient(top, #b2b2ff 0%, #5e5eff 52%, #5462ff 51%, #1313f0 100%);
	background : -webkit-linear-gradient(top, #b2b2ff 0%, #5e5eff 52%, #5462ff 51%, #1313f0 100%);
	background : -o-linear-gradient(top, #b2b2ff 0%, #5e5eff 52%, #5462ff 51%, #1313f0 100%);
	background : -ms-linear-gradient(top, #b2b2ff 0%, #5e5eff 52%, #5462ff 51%, #1313f0 100%);
	background : linear-gradient(top, #b2b2ff 0%, #5e5eff 52%, #5462ff 51%, #1313f0 100%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2ff', endColorstr='#1313f0',GradientType=0 );
}

.btn-style:visited
{
		color:#ffffff;
}

.btn-style:hover
{
		color:#00ffff;
}

.btn-style:active
{
		color:#00ffff;
}

.btn-style.selected
{
		color:#00ffff;
}

.btn-style-narrow
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border : solid 1px #adadff;
	border-radius : 3px;
	moz-border-radius : 3px;
	-webkit-box-shadow : 0px 0px 11px rgba(0,0,0,1.0);
	-moz-box-shadow : 0px 0px 11px rgba(0,0,0,1.0);
	box-shadow : 0px 0px 11px rgba(0,0,0,1.0);
	font-size : 12px;
	color : #ffffff;
	padding: 6px 2px 7px 2px;
	margin: 0px;
/*	padding:6px;
	padding-bottom:7px;
	padding : 1px 17px;*/
	background : #b2b2ff;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2b2ff), color-stop(52%,#5e5eff), color-stop(51%,#5462ff), color-stop(100%,#1313f0));
	background : -moz-linear-gradient(top, #b2b2ff 0%, #5e5eff 52%, #5462ff 51%, #1313f0 100%);
	background : -webkit-linear-gradient(top, #b2b2ff 0%, #5e5eff 52%, #5462ff 51%, #1313f0 100%);
	background : -o-linear-gradient(top, #b2b2ff 0%, #5e5eff 52%, #5462ff 51%, #1313f0 100%);
	background : -ms-linear-gradient(top, #b2b2ff 0%, #5e5eff 52%, #5462ff 51%, #1313f0 100%);
	background : linear-gradient(top, #b2b2ff 0%, #5e5eff 52%, #5462ff 51%, #1313f0 100%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2ff', endColorstr='#1313f0',GradientType=0 );
}

.btn-style-narrow:visited
{
		color:#ffffff;
}

.btn-style-narrow:hover
{
		color:#00ffff;
}

.btn-style-narrow:active
{
		color:#00ffff;
}

.btn-style-narrow.selected
{
		color:#00ffff;
}

.btn-style-small
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border : solid 1px #adadff;
	border-radius : 3px;
	moz-border-radius : 3px;
/*	-webkit-box-shadow : 0px 0px 11px rgba(0,0,0,1.0);
	-moz-box-shadow : 0px 0px 11px rgba(0,0,0,1.0);
	box-shadow : 0px 0px 11px rgba(0,0,0,1.0);
*/	font-size : 12px;
	color : #ffffff;
	padding: 2px;
	margin: 0px;
	width: 50px;
/*	padding:6px;
	padding-bottom:7px;
	padding : 1px 17px;*/
	background : #b2b2ff;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2b2ff), color-stop(52%,#5e5eff), color-stop(51%,#5462ff), color-stop(100%,#1313f0));
	background : -moz-linear-gradient(top, #b2b2ff 0%, #5e5eff 52%, #5462ff 51%, #1313f0 100%);
	background : -webkit-linear-gradient(top, #b2b2ff 0%, #5e5eff 52%, #5462ff 51%, #1313f0 100%);
	background : -o-linear-gradient(top, #b2b2ff 0%, #5e5eff 52%, #5462ff 51%, #1313f0 100%);
	background : -ms-linear-gradient(top, #b2b2ff 0%, #5e5eff 52%, #5462ff 51%, #1313f0 100%);
	background : linear-gradient(top, #b2b2ff 0%, #5e5eff 52%, #5462ff 51%, #1313f0 100%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2ff', endColorstr='#1313f0',GradientType=0 );
}

.btn-style-small:visited
{
		color:#ffffff;
}

.btn-style-small:hover
{
		color:#00ffff;
}

.btn-style-small:active
{
		color:#00ffff;
}

.btn-style-small.selected
{
		color:#00ffff;
}

/*
img
{
		float:none;
		margin:auto;
}

img.float-left
{
		float:left;
}

img.float-right
{
		float:right;
		box-shadow: 10px 10px 10px #333333;
}
*/