@charset "UTF-8";
/* CSS Document */

.aname {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#F60;
	text-align:center;
	padding-top:20px;
	padding-bottom:2px;
	padding-right:8px;
	padding-left:4px;
}
.atitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#777;
	text-align:center;
	padding-bottom:8px;
}
.atxt1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#CCC;
	text-align:left;
	padding-left:10px;
	padding-right:5px;
}
.lefttab {
	height:200px;
	width:236px;
	background-image:url(../../awards/i/lefttab.jpg);
	background-repeat:no-repeat;
	background-position:left;
	position:relative;
	left:-1px;
	padding-right:10px;
}
.righttab {
	height:200px;
	width:236px;
	background-image:url(../../awards/i/righttab.jpg);
	background-repeat:no-repeat;
	background-position:left;
	position:relative;
	right:-12px;
}
.centertab {
	height:208px;
	width:100%;
	background-image:url(../../awards/i/centertab.jpg);
	background-repeat:repeat-x;
	margin-top:65px;
	padding-top:20px;
}

/* Name Link Styles*/
a.name:link {
	text-decoration:none;
	color:#F60;
}
a.name:visited {
	text-decoration:none;
	color:#F60;
}
a.name:hover {
	text-decoration:none;
	color:#FC0;
}
a.name:active {
	text-decoration:none;
	color:#F60;
}

/* Story Txt Link Styles*/
a.txt:link {
	text-decoration:underline;
	color:#999;
}
a.txt:visited {
	text-decoration:underline;
	color:#999;
}
a.txt:hover {
	text-decoration:underline;
	color:#FFF;
}
a.txt:active {
	text-decoration:underline;
	color:#999;
}

