body,td,th {
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1{
	font-weight: bold;
	font-size:16px;
	color: #000099;
	margin:0px;
	padding: 0px;
}

h2, h3, h4, h5, h6{
	font-weight: bold;
	font-size:15px;
	color: #000099;
	margin:0px;
	padding: 0px;
}

ul{
	list-style-position: outside;
	list-style-type:circle;
}

form {
	margin: 0;
	padding: 0;
}

th {
	background-color: #006699;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.td_on{
	background-color:#CCCCFF;
	color:#000000;
}

.td_off{
	background-color:#F1F1F1;
	color:#000000;
}

hr{
	color:#F1F1F1;
}

/* The four following block define the style for all the website links */
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #003366;
}
a:active {
	text-decoration: none;
	color: #003366;
}

/* Date Picker */

.dpDiv {
	}

.dpTable {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}

.dpTR {
	}

.dpTitleTR {
	}

.dpDayTR {
	}

.dpTodayButtonTR {
	}

.dpTD {
	cursor: pointer;
	}

.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	cursor: pointer;
	}

.dpTitleTD {
	}

.dpButtonTD {
	}

.dpTodayButtonTD {
	}

.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}

.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}

.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}

.dpButton {
	font-family: Verdana, Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}

.dpTodayButton {
	font-family: Verdana, Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
	
/* Page */
.PageMessageWarning{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: white;
	background-color: red;
	padding: 5px;
	position:absolute;
	bottom:30px;
	width:750px;

}

.PageMessageSuccess{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: white;
	background-color: green;
	padding: 5px;
	position:absolute;
	bottom:30px;
	width:750px;

}

/* Main Page Styles */
#Page{

}

#PageHeader{
	width:921px;
	margin:0 auto; 
	text-align: left;
	background-color:#FFFFFF;
	margin-bottom:10px;
}

#PageHeaderLogo{
	width:266px;
	height:86px;
	float:left;
}

#PageHeaderContact{
	width:252px;
	float:right;
	margin-top:20px;
	text-align:right;
}

#PageHeaderNavigation{
	clear:both;
	height:24px;
	background-image:url(/images/page_header_nav_background.jpg);
	background-repeat:repeat-x;
	font-size:14px;
	padding:8px;
	color:#FFFFFF;
}

#PageHeaderNavigationLinks{
	width:915px;
	margin:0 auto; 
	text-align: left;
	color:#FFFFFF;
}

#PageHeaderNavigationLinks a:link, #PageHeaderNavigationLinks a:visited{
	color:#FFFFFF;
	text-decoration:none;
	margin-right:20px;
	padding-right:20px;
	border-right:1px solid #FFF;
}

#PageHeaderNavigationLinks a:hover{
	color:#00CCFF;

}

#PageFooter{
	border-top:1px solid #CCC;
	margin-top:5px;
	background-image:url(/images/page_footer_background.jpg);
	background-repeat:repeat-x;
	height:80px;
	padding-top:10px;
}

#PageFooterLinks{
	width:921px;
	margin:0 auto; 
	text-align: center;
}

#PageFooterLinks a:link, #PageFooterLinks a:visited, #PageFooterLinks a:hover{
	color:#3c5b91;
	text-decoration:none;
	margin-right:12px;
	padding-right:12px;
}


#MainContent{
	width:921px;
	margin:0 auto; 
	text-align: left;
	background-color:#FFFFFF;
	padding:10px;
}

/* Transparency */	
.transbox {
	background-color: #fff;
	border: 1px solid white;
	filter:alpha(opacity=40);
	opacity: 0.6;
	-moz-opacity:0.5;
	}
	
/* This is the container which set text to solid color.
position: relative used for IE */	
.transbox div, .transbox img {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	padding:5px;
	}


/* Rounded Corner Boxes */
.CornerRoundTeal {
	width: 100%;
	background-color: #6DB4AD;
	color: #000000;
}

.CornerRoundTeal p {
	margin: 0 10px;
}

.CornerRoundTeal a, .CornerRoundTeal a:visited, .CornerRoundTeal a:hover{
	color:#FFFFFF;
}

.CornerRoundTopTeal { 
	background: url(/images/teal_tr.gif) no-repeat top right; 
}

.CornerRoundBottomTeal {
	background: url(/images/teal_br.gif) no-repeat top right; 
}

.CornerRoundBlue {
	width: 100%;
	background-color: #2DA7D6;
	color: #000000;
}

.CornerRoundBlue a, .CornerRoundBlue a:visited, .CornerRoundBlue a:hover{
	color:#FFFFFF;
}

.CornerRoundBlue p {
	margin: 0 10px;
}

.CornerRoundTopBlue { 
	background: url(/images/blue_tr.gif) no-repeat top right; 
}

.CornerRoundBottomBlue {
	background: url(/images/blue_br.gif) no-repeat top right; 
}

img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}

.Testimonial{
	width:410px;
	height:100px;
	background-color:#D3E9FF;
	padding:20px;
	padding-bottom:0px;
	margin-right:10px;
	color:#486078;
	float:left;
}







.small11 {
	font-size: 11px;
}

.small12 {
	font-size: 12px;
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
    font-weight: bold;
	color: #558822;
}

.bold2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-weight: bold;
	color: #336699;
}
.noborder {
	border: none;
	font-weight: bold;
}

.nobordercurrencies {
	border: none;
	color: red;
}

.membercredits {
	border: 1px solid #003399;
	border-collapse:collapse;
}
.asterisk 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;  
	color: #FF0000
}
.tableOutline
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11pt; 
	color: #ffffff; 
	background-color:#E1E1E1; 
	border-color: #cccccc #666666 #666666 #cccccc; 
	border-style: solid; 
	border-width: 1px 2px 2px 1px;
	margin-bottom: 5px;
	padding: 10px
}
.th1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #009900;

}
.th2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006699;
}

/** Navigation **/
.navgreen{
	background-image:url(/images/nav_green.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:110px;
	height:45px;
	position: relative;
	float: left;
	text-align:center;
	font-size: 12px;
	font-weight:bold;
	vertical-align: middle;
}

.navgreen a:link, a:visited{color:#003366;text-decoration: none;}
.navgreen a:hover{color:#003366;text-decoration: underline;}

.navblue{
	background-image:url(/images/nav_blue.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:110px;
	height:45px;
	position: relative;
	float: left;
	text-align:center;
	font-size: 12px;
	font-weight:bold;
	vertical-align: middle;
}

.navblue a:link, a:visited{color:#003366;text-decoration: none;}
.navblue a:hover{color:#003366;text-decoration: underline;}


.navyellow{
	background-image:url(/images/nav_yellow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:110px;
	height:45px;
	position: relative;
	float: left;
	text-align:center;
	font-size: 12px;
	font-weight:bold;
	vertical-align: middle;

}

.navyellow a:link, a:visited{color:#003366;text-decoration: none;}
.navyellow a:hover{color:#003366;text-decoration: underline;}


.navorange{
	background-image:url(/images/nav_orange.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:110px;
	height:45px;
	position: relative;
	float: left;
	text-align:center;
	font-size: 12px;
	font-weight:bold;
	vertical-align: middle;
}

.navorange a:link, a:visited{color:#003366;text-decoration: none;}
.navorange a:hover{color:#003366;text-decoration: underline;}


#GoogleAdsense{
	text-align:center
}.title {
	font-size: 12pt;
	font-weight: bold;
	color: #404F90;
}
