body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.button {
	background-color:#013D73;
	color:#FFFFFF;
	font-family:Trebuchet MS, Arial Narrow,Arial , Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	border:#FFFFFF;
	border:solid;
	border:3px;
	border:double;
	*border:#013D73;	/* IE FIX */
	height:22px;
}

form {	
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}

.testimonialText{
	padding-left:12px;
	padding-right:12px;
	font-size:11px;
}

.cursor {
	cursor: hand;
	cursor: pointer;
}

.headerlist {
	background-color:#003e75;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

.blueTitle{
	color:#003e75;
	font-size:12px;
	font-weight:bold;
	}

.rowone {
	background-color: #FAFAFA;
}

.rowtwo {
	background-color: #E4E4E4;
}

a:link, a:visited  {
	color:#0000FF;
	text-decoration:none;
}

a:hover {
	color:#0000FF;
	text-decoration:underline;
}

.tablelist {
	margin-left:42px;
	width:437px;
}

.titlelist{
	margin-left:25px;
	width:475px;
}

.error {
	color:#FF0000;
	text-align:center
}
/* -------------------------------------------------------------------------------- */

.loginUser {
	margin-left:46px;
	margin-top:62px;
	width:155px;
	border:#b2c5d5 1px solid;
	background-color:#FFFFFF;
}

.loginPass {
	margin-left:46px;
	margin-top:21px;
	width:155px;
	border:#b2c5d5 1px solid;
	background-color:#FFFFFF;
}

/*		REGISTER FORM 			*/
.regField {
	font-size:10px;
	background-color:#FFFFFF;
	color: #494e58
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
	color: #494e58
}


.regText {
	color: #494e58
}

.regTextFail {
	color: #FF0000;
}
/* ---------------------------------------- */
/* ---------------- LINKS ----------------- */
/* SIDE BAR */
.categoryMenu, a.categoryMenu:link, a.categoryMenu:visited {
	font-size:12px;
	color:#FFFFFF;
	text-align:left;
	padding-left:3px;
	padding-top:2px;
	text-decoration:none;
}

a.categoryMenu:hover {
	text-decoration:underline;
}

.smallLink,  a.smallLink:link, a.smallLink:visited{
	font-size:10px;	
}

/* FOOTER */
.footerMenu, a.footerMenu:link, a.footerMenu:visited  {
	font-size:11px;
	color:#000000;
	text-align:left;
	padding-left:3px;
	padding-top:2px;
	text-decoration:none;
}

a.footerMenu:hover {
	text-decoration:underline;
}

/* HEADER */
.headerMenu, a.headerMenu:link, a.headerMenu:visited  {
	font-size:11px;
	color:#000000;
	text-align:left;
	padding-left:3px;
	padding-top:2px;
	text-decoration:none;
}

a.headerMenu:hover {
	text-decoration:underline;
}

/* ---------------------------------------- */
.oneBack {
	background-repeat:no-repeat;
}

.smallerFont {
	font-size:9px;
}

.smallFont {
	font-size:10px;
}

.smallFont2 {
	font-size:10px;
	color:#003e75;
}

.blueTitle {
	color:#003E77;
}

.bigBlueTitle {
	color:#003E77;
	font-size:20px;
	font-weight:bold;
	padding-bottom:8px;
}

.bigFont {
	color:#000000;
	font-size:16px;	
	font-weight:bold
}

/* ------- INTERNAL SPOTLIGHTS ------ */
.welcome2 {
	font-size:14px;
	line-height:180%;
}

.internalSpots {
	padding-left:16px;
	*margin-left:16px;	/*	FOR IE	*/
	*padding-left:0px;	/*	FOR IE	*/
}

.internalSpotConversion {
	color:#FFFFFF;
	text-align:center;
	font-size:11px;
	font-weight:bold;
}

.internalSpotText {
	font-size:11px;
	color:#003e75;
}

/*-----------------------------------*/

.btn{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
}


.bigtitle{

	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color: rgb(0,62,117)

}

/*-----------------------------------*/

#modalContainer {
	background-color:transparent;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10000;
	/*background-image:url(tp.png);  required by MSIE to prevent actions on lower z-index elements */
	margin-top:100px;
	#margin-top:70px;
}

#alertBox {
	position:relative;
	width:300px;
	min-height:100px;
	margin-top:100px;
	#margin-top:70px;
	border:2px solid #0054e3;
	border-top:none;
	background-color:#ece9d8;
	background-image:url(Alert.png);
	background-repeat:no-repeat;
	background-position:20px 55px;
}

#modalContainer > #alertBox {
	position:fixed;
}

#alertBox h1 {
	margin:0;
	font:bold 13px/24px Arial,Helvetica,sans-serif;
	background-color:#0054e3;
	color:#FFF;
	/*border-bottom:2px solid #0054e3;*/
	padding:3px 0 3px 5px;
	height:24px;
	background:url(alertheadbg.gif) 0 0 repeat-x;
}

#alertBox p {
	font:normal 12px Arial,Helvetica,sans-serif;
	height:30px;
	padding-left:5px;
	padding-top:10px;
	margin-left:70px;
	margin-right:10px;
}

#alertBox #closeBtn {
	display:block;
	position:relative;
	margin:10px auto;
	padding:3px;
	border:1px solid #0054e3;
	width:55px;
	font:normal 12px Arial,Helvetica,sans-serif;
	text-transform:uppercase;
	text-align:center;
	color:#000;
	background-color:#f1f1ed;
	background:url(alertbtn.gif) 0 0 repeat-x;
	text-decoration:none;
}

