
a.link10,a.link10:visited{
	color : Blue;
	text-decoration : underline;
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a.link10:hover{
	color : Maroon;
	text-decoration : underline;
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

table.logon{
	border-bottom-width : thin;
	border-left-width : thin;
	border : thin ridge Black;
	width : 400;
	background-color : Teal;
}
table.mailer{
	border-bottom-width : thin;
	border-left-width : thin;
	border : thin ridge Black;
	width : 500;
	background-color : Teal;
}
table.nametag{
	
	width : 336px;
	
}
table.title{
	border-bottom-width : thin;
	border-left-width : thin;
	border : thin ridge Black;
	background-color : Teal;
	width : 560;
	padding : 0;
	margin : 0;
}
tr.heading{
	background-color : Black;
	color : white;
	border-color : Black;
}
tr.row1{
	background-color : #C5C5C5;
}
tr.row2{
	background-color : #E8E8E8;
}
tr.title{
	
	border-bottom : 0px;
	border-top : 0;
	border-bottom-width : 0;
	border-style : none none;
	padding-top : 0px;
}
tr.line{
	border-top : 1px solid Black;
	
}
td.heading{
	color : #FFFFFF;
	font-family : serif;
	font-size : larger;
	background-color : Black;
}
h1.title{
	color: Maroon;
	text-align : center;
	padding-bottom : 0px;
	margin-bottom : 0px;
}
h2.title{
	color: Maroon;
	text-align : center;
	margin-bottom : 0px;
	padding-bottom : 0px;
}
h3.title{
	color: White;
	text-align : center;
}
td.text10{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}
td.title{
	border-style : none none;
}
td.listnum
{
	
	font-weight : bold;
	text-decoration : none;
	padding-left : 0px;
	font-size : 13px;
	cursor : hand;
}
td.fred
{
	color:red;
	text-decoration : none;
	padding-left : 0px;
	
}
td.fblue
{
	color:blue;
	text-decoration : none;
	padding-left : 0px;
	
}
td.listnum1
{
	
	font-weight : normal;
	text-decoration : none;
	padding-left : 0px;
	font-size : 13px;
	
}
td.line{
	border-top : 1px solid Black;
}
td.col{
	border-left : 1px solid Black;
	border-right : 1px solid Black;
}
.red{
	background-color : FF0000;
}
