/**************************************************************
STANDARD TAG OVERRIDES
**************************************************************/

a {

	color: #0250A5;
}


body {
	margin: 0px;
	background: #f8f8f8;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
div {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding:0;
}
form {
	display: inline;
}
h1 {
	font-family: Arial;
	font-size: 28px;
	margin: 0px;
	color: #E34C04;
}
h2 {
	font-family: Arial;
	font-size: 20px;
	margin: 0px;
	color: #0250A5;
}
h3 {
	font-family: Arial;
	font-size: 16px;
	margin: 0px;
	color: #0250A5;
}
li {
	padding-bottom: 4px;
}
td {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
input.text {
	background:#ffffff;
	border: 1px solid #bbbbbb;
	font-size: 16px;
}



/**************************************************************
COMPONENTS
**************************************************************/

.pageWidth {
	width: 950px;
}
.header {
	/*background: url(/images/gradient-blue.jpg) repeat-x;*/
	height: 120px;
}
.tabSelected {
	background: url(/images/tab-selected.jpg) no-repeat;
	width: 102px;
	height: 37px;
	text-align: center;
	color: #ffffff;
}
.tabUnselected {
	background: url(/images/tab-unselected.jpg) no-repeat;
	width: 102px;
	height: 37px;
	valign: bottom;
	text-align: center;
}
.tabLink {
	padding-top: 20px;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.tabSelected a{	
	color: #ffffff;
}
.tabUnselected a{	
	color: #094500;
}

.bodyGreen {
	background: url(/images/gradient-green.jpg) repeat-x #ffffff;
}

.bodyBlue {
	background: url(/images/gradient-blue.jpg) repeat-x #ffffff;
}

.bodyGray {
	background: url(/images/gradient-gray.jpg) repeat-x #ffffff;
}

.footer {
	font-size: 11px;
}
.footer a{
	font-size: 11px;
	
}

.headerGreen {
	background: url(/images/gradient-green-header.jpg) repeat-x #ffffff;
}

/**************************************************************
TEXT
**************************************************************/

.txtBlue {
	color: #0250A5;
}
.txtOrange {
	color: #E34C04;
}
.txtGreen {
	color: #00D500;
}
.txtDark {
	color: #333333;
}
.txtLight {
	color: #ffffff;
}
.txtMedium {
	font-size: 16px;
}
.txtLtBlue {
	color: #BFE0FF;
}
.txtGray {
	color: #5E5E5E;
}
.txtGray a{
	color: #5E5E5E;
	text-decoration: bold;
}
.txtLight a{
	color: #ffffff;
}

/****************************************************************
GRID STYLES
****************************************************************/

.gridRow {
	background: #ffffff;
}
.gridAlternateRow {
	background: #f6f6f6;
}
.gridHeaderRow {
	background: url(/images/gradient-gray-footer.jpg) repeat-x #eeeeee;
}


/****************************************************************
SEBO STYLES
****************************************************************/

.alignText1 {
	text-align:center;
}

.floatOpposite {
	float:right;
}

img {
	border:0px;
	margin:0px;
}