/*Small text*/
.smalltext, .smalltextwhite, .smalltextblack {
	font-family: Verdana;
	font-size:11px;
	font-weight:normal;
}/*Small text*/
.smalltext {
	color: #333333;
	font-family: Verdana;
}/*Small text blue*/
.smalltextwhite {
	color: #60605E;
	font-family: Verdana;
}/*Small text white*/
.smalltextblack {
	color: #000000;
	font-family: Verdana;
}/*Small text black*/

/*News text*/
.newstext, .newsdata, .newsdatab {
	font-family: Verdana;
	font-size:12px;
	font-weight:normal;
	color: #7C7E7F;
	text-decoration:none;
}
.newstext {
	color: #7C7E7F;
	font-family: Verdana;
}
.newsdata {
	color: #5892BF;
	font-family: Verdana;
}
.newsdatab {
	font-weight: bold;
	color: #5892BF;
	font-family: Verdana;
}

.titletext {
	font-family: Verdana;
	color:#4757C4;
	font-size:15px;
	font-weight:bold;
	line-height: 18px;
}/*Page title*/
.subtitletext {
	font-family: Verdana;
	color:#4791D3;
	font-size:13px;
	font-weight:bold;
}/*Subtitle*/

.copy {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #052742;
}

hr {
	color: #BDCEDE;
	height: 1px;
	font-family: Verdana;
}

/* Headers */
H1, H2, H3, H4  {
	font-family: Verdana;
}
H1 {
	color:#5B5C9E;
	font-size:13px;
	font-weight:normal;
	line-height: 20px;
	margin-bottom: 1px;
	font-family: Verdana;
}
H2 {
	color:#7F7F7F;
	font-size:12px;
	line-height: 18px;
	font-weight:bold;
	font-family: Verdana;
}
H3 {
	font-size:11px;
	color: #052742;
	font-weight:bold;
	font-family: Verdana;
}
H4 {
	font-size:10px;
	color: #5892BF;
	font-weight:bold;
	font-family: Verdana;
}

/* Table colors */
td.tableborder, table.tableborder {
	background-color:#B7BCDB;
	font-family: Verdana;
}
table.tablehead, td.tablehead {
	background-color:#EBECF3;
	font-family: Verdana;
}
table.tablebody, td.tablebody {
	background-color:#FFFFFF;
	font-family: Verdana;
}
table.tablenullbody, td.tablenullbody {
	background-color:#FFFFFF;
	font-family: Verdana;
}

/* Table text */
.tablebodytext, .tablefieldtext, .tabletitletext,
.tableheadtext, .tablebodylink {
	font-family: Verdana;
	font-size:12px;
}
.tableheadtext {
	color:#25639A;
	font-family: Verdana;
}
a.tablebodylink {
	text-decoration: none;
	font-family: Verdana;
}
a.tablebodylink:hover {
	text-decoration: underline;
	font-family: Verdana;
}

/*Include areas*/
table.tableborders, td.tableborders {
	border: 1px solid #B7BCDB;
	font-family: Verdana;
}
table.tableheads, td.tableheads{
	background-color:#EBECF3;
	padding: 5px;
	font-family: Verdana;
}
table.tableheads .smalltext ,td.tableheads .smalltext {
	color:#565A8A;
	font-family: Verdana;
}
table.tablebodys, td.tablebodys {
	background-color:#FFFFFF;
	padding: 5px;
	font-family: Verdana;
}
table.tablebodys strong, td.tablebodys strong {
	color:#565A8A;
	font-family: Verdana;
}

/* Regular text */
.text {
	font-family: Verdana;
	font-size:11px;
}

/* Some colors to highlight text */
.errorcolor {
	color:red;
	font-family: Verdana;
}
.successcolor {
	color:green;
	font-family: Verdana;
}

/* Form elements */
input.inputtext, textarea.inputtextarea, select.inputselect, input.inputcheckbox,
input.inputradio, input.inputfile, input.inputbutton, input.inputbodybutton {
	font-family: Verdana;
	font-size: 11px;
}

input.inputfield, input.inputbuttonflat, input.inputbuttonS {
	font-family: Verdana;
	font-size: 11px;
}
input.inputfield {
	color:black;
	border: solid 1px #C8C8C8;
	font-family: Verdana;
}
input.inputbuttonflat, input.inputbutton {
	color:#929292;
	background-color:#EFEFEF;
	border:1px solid #C8C8C8;
	font-family: Verdana;
}
input.inputbuttonS {
	font-weight:bold;
	font-family: Verdana;
}

.mainincbg{
	height: 18px;
	font-family: Verdana;
}
.mainincline{
	background-color:#B4BDCD;
	font-family: Verdana;
}
.maininctitle{
	font-family: Verdana;
	font-size:12px;
	font-weight: bold;
	color: #6A7B9C;
	text-decoration:none;
}
