/*
.title {
	font-family: Verdana;
	font-weight: bold;
	font-size: 26px;
	color: #0956A6;
	margin-top:20px;
	margin-bottom:15px;
	margin-left:26px;
	margin-right:0px;
}
.subt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0956A6;
	margin-top:0px;
	margin-bottom:12px;
	margin-left:26px;
	margin-right:0px;
}
.s {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0956A6;
	margin-top:5px;
	margin-bottom:14px;
	margin-left:15px;
	margin-right:0px;
}

.f {
	margin-top:0px;
	margin-bottom:14px;
	margin-left:15px;
	margin-right:0px;	
}


****/

table img {
display:block;
}
p.text {
	 color: #9CB4A8;
	font-size: 14px;
	font-family: Verdana;
}
input {
	color: #BC1211;
}
p, ol, ul, li {
/*	color: magenta;*/
	color: #BC1211;
	font-size: 14px;
	font-family: Verdana;
}

p.white {
/*	color: magenta;*/
	color: #FFFFFF;
    font-family: Verdana;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
}

a.logo (
	text-decoration: none;
	border: 0px;
}

a.logo:hover {
	text-decoration: none;	
	border: 0px;
}


a, a:link, a:visited  {
	color: yellow;
	text-decoration: none;
	font-size: 14px;	
}

a:active {
	color: orange;
	text-decoration: underline;
	font-size: 14px;
}



a:hover {
	color: yellow;
	text-decoration: underline;
	font-size: 14px;
)



body 
{
color: black;
}

table.magenta {
border: 1px solid #DF00DF;
bordercolor: #DF00DF;
}



/******************* this is the sample ***********************************/

table#sample {
	background-color:#FFFFFF;
	border: solid #000 3px;
	width: 400px;
}
table#sample td {
	padding: 5px;
	/* margin: 0px; */
	border: solid #000 1px;
}
.data {
	color: #000000;
	text-align: right;
	background-color: #CCCCCC;
		}
.toprow {
	font-style: italic;
	text-align: center;
	background-color: #FFFFCC;
}
.leftcol {
	font-weight: bold;
	text-align: left;
	width: 150px;
	background-color: #CCCCCC;
