.error_msg  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff0000;
	font-weight: bold;
}

.color_pink {
	color: #FF6C6C;
}
.color_pink_bg {
	background-color: #FF6C6C;
}
.color_lightblue {
	color: #296DC0;
}
.color_lightblue_bg {
	background-color: #296DC0;
}
.color_darkblue {
	color: #1C4A84;
}
.color_darkblue_bg {
	background-color: #1C4A84;
}
.button_pink {
	background-color: #FF6C6C;
	color: #FFFFFF;
	height:20px;
	border:none;
}

.button_blue {
	background-color: #296dc0;
	color: #FFFFFF;
	height:20px;
	border:none;
}

body, td, p, input, select, .copy  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

h1, .title {
	color: #0860A8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.title {
	text-transform: capitalize;
}
h2, .highlighted {
	color: #0860A8;
	font-size: 15px;
}
.highlighted2 {
	font-weight: bold;
	color: #0860A8;
	font-size: 11px;
}

A:ACTIVE,  A:LINK,  A:VISITED {
	color : #2A65A9;
	text-decoration:none;
}

A:HOVER {
	color : #1C4A84;
}

html {height : 100%;}


/***************************************/
.blueBg, .blueBg A:ACTIVE, .blueBg A:LINK, .blueBg A:VISITED {
	font-family: Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-size : 11px;
	text-decoration : none;
}

.blueBg A:HOVER {
	text-decoration : underline;
}

.header, .header A:ACTIVE, .header A:LINK, .header A:VISITED {
	font-family: Arial, Helvetica, sans-serif;
	color : #0860A8;
	font-size : 11px;
	text-decoration : none;
}

.header A:HOVER {
	text-decoration : underline;
}
.footer, .footer A:ACTIVE, .footer A:LINK, .footer A:VISITED {
	font-family: Arial, Helvetica, sans-serif;
	color : #999999;
	font-size : 11px;
	text-decoration : none;
}

.footer A:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	color : #696969;
	font-size : 11px;
	text-decoration : underline;
}

.border {
	border: 1px solid #CCCCCC;
}
.greyBckgrnd {
	background-color: #E5E5E5;
	border-bottom-width: 1px;
	border-bottom: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
}

.description {
	font-size: 9pt;
}

.highlight1 {
	color:#FF6C6C;
	font-size:9pt;
}

.highlight2 {
	color:#296DC0;
	font-size:9pt;
}

.ad-title {
	text-transform:capitalize;
}

.icon {
	vertical-align:text-bottom;
}

/****ADVERT****/
#advert {
	width:120px;
	text-align:left;
}

#demo-advert {
	width:120px;
	height:80px;
	border:1px dashed #cccccc;
	text-align:left;
	padding:4px;
	float:left;
}

#ad-stats {
	min-height:80px;
	float:left;
	padding:4px;
}

#float-text {
	width:250px;
	float:left;
	padding:4px;
}