
/* TEXT ******************************************************************************************************/

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#666666;
	text-decoration: none;
	line-height: 16px;
	margin-top: 15px;
}

.pdouble {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#666666;
	background-image: url(img/double_line.png);
	background-repeat: repeat-x;
	text-decoration: none;
	line-height: 16px;
	margin-top: 14px;
}

.pnews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#666666;
	text-decoration: none;
	line-height: 14px;
	margin-top: 15px;
}

p-quoted {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#666666;
	text-decoration: none;
	font-style: italic;
}

acronym {
	color: #e8a800;
	background-image: url(img/link_bg.png);
	background-repeat: repeat-x;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
	margin-top: 20px;
	}

/* LINKS *****************************************************************************************************/

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #008586;
	text-decoration: none;
	background-image: url(img/link_bg.png);
	background-repeat: x-repeat;
}

a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #008586;
	text-decoration: none;
	background-image: url(img/link_bg.png);
	background-repeat: x-repeat;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #00c1c2;
	text-decoration: none;
	background-image: url(img/link_bg.png);
	background-repeat: x-repeat;
}

/* MM *****************************************************************************************************/

.mmtext {
	font-size: 11px;
	color: #FFFFFF;
	}
	
.mmtextbold {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	}
	
.mminput {
	font-size: 11px;
	color: #c8dee5;
	}
	
.mminputbold {
	font-size: 11px;
	font-weight: bold;
	color: #c8dee5;
	}
	
.mmresult {
	font-size: 11px;
	font-weigth: bold;
	color: #e8a800;
	}
