@charset "utf-8";
.style1 {
	color: #FFFFFF
}

/* CSS Document */

.redtext {
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
.redtextblink {
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline blink;
}
a:visited {
	color: #cc0000;
}
a:hover {
	color: #cc0000;
}
a:active {
	color: #cc0000;
}
.boldtype {
	font: bold 14px Arial, Helvetica, sans-serif;
}
table
{
border-collapse:collapse;
}
table, td, th
{
border:2px solid red;
}.blackfont {
	color: #000000;
}
.photomarginright {
	padding-right: 11px;
}

