.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B3B3B;
}
.mainsm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B3B3B;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #A1A1A1;
}
.accent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3B3B3B;
}
.accentsm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3B3B3B;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00519C;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0080F2;
	text-decoration: underline;
}
ul { list-style-type: disc; }
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00519C;
	text-decoration: underline;
}
.flash {z-index:0;}

.big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3b3b3b;
}
.categ {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #3b3b3b;
}
.bord img{
border: #d6d6d6 1px solid;
}
.redMsg		{

	font-family: Verdana, Helvetica, Arial, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #FF0000

}
/**** prototype ****/
table.cs {
	border-width: thin thin thin thin;
	border-spacing: 4px;
	border-style: solid solid solid solid;
	border-color: rgb(128, 128, 128) rgb(128, 128, 128) rgb(128, 128, 128) rgb(128, 128, 128);
	border-collapse: separate;
	background-color: rgb(255, 250, 250);
}
table.cs th {
	border-width: thin thin thin thin;
	padding: 5px 5px 5px 5px;
	border-style: dotted dotted dotted dotted;
	border-color: rgb(128, 128, 128) rgb(128, 128, 128) rgb(128, 128, 128) rgb(128, 128, 128);
	background-color: rgb(255, 255, 240);
	-moz-border-radius: 0px 0px 0px 0px;
}
table.cs td {
	border-width: thin thin thin thin;
	padding: 5px 5px 5px 5px;
	border-style: dotted dotted dotted dotted;
	border-color: rgb(128, 128, 128) rgb(128, 128, 128) rgb(128, 128, 128) rgb(128, 128, 128);
	background-color: rgb(255, 255, 240);
	-moz-border-radius: 0px 0px 0px 0px;
}