﻿@charset "UTF-8";
/* CSS Document */


form {
	margin-bottom:0px;
	padding-bottom:0px;
}


h1 {
	color: #4A5F95;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 8px;
}


h2 {
	border-top: 1px solid #CCCCCC;
	color: #4A5F95;
	font-size: 12px;
	font-weight: normal;
	line-height: 35px;
	margin-bottom: -7px;
	margin-top: 0;
	padding-bottom: 0px;
}

h3 {
	color:#666666;
	display:block;
	font-size:12px;
	font-weight:bold;
	margin-bottom:0;
	margin-top:0px;
	padding-bottom:10px;
}

h4 {
	color:#666666;
	font-size:12px;
	font-weight:normal;
	margin-bottom:0;
	margin-top:0px;
	padding-bottom:10px;
}


p {
	color: #333333;
	font-size: 11px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 8px;
}

th {
	color: #4A5F95;
	height: 20px;
}


label {
	color: #4A5F95;
	display: block;
	font-weight: bold;
}

.content-home {
	background-image:url(../img/home_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

.content-homeV {
	background-image:url(../img/home_bg_v.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

.content-left_home {
	margin-left:25px;
	text-align:left;
	width:485px;
}

.textField {
	border:1px solid #CCCCCC;
	color:#666666;
	font-size:11px;
	margin-bottom:10px;
	margin-right:5px;
	margin-top:6px;
	padding:3px;
}

.row-subscriptions {
	border-bottom:1px solid #CCCCCC;
	height:25px;
	padding-bottom:5px;
	padding-top:5px;
}

/*TABLE STYLES */

.tr-odd {
	background-color:#EDF5FD;
}

.tr-even {
	background-color:#D2E6F9;
}

.tr-total {
	background-color:#24A4ED;
	background-image:url(../img/tr_bg.gif);
	background-position:bottom;
	color:#FFFFFF;
}



.clear {
	clear:both;
}


.submitButton {
	display:block;
}


/* TEXT COLOR STYLES*/
.textBlue {
	color: #4A5F95;
}

.textYellow {
	color:#DDB10C;
}

.textRed {
	color:#FF0000;
}

.textBrown {
	color:#993333;
}

.textGreen {
	color:#009900;
}


/* LINK STYLES */
a:link {
	color:#666666;
	text-decoration:underline;
}

a:link:hover {
	color: #3366CC;
	text-decoration: underline;
}

a:visited {
	color:#666666;
	text-decoration:underline;
}

a:visited:hover {
	color:#24A4ED;
	text-decoration:underline;
}