/* CSS Document */
body { background-color: #eeeeee; margin: 0px; margin-bottom: 15px; }

body, p, li, td {
	font-family: arial, sans-serif;
	font-size: 11px;
}

.contentTable {
	margin-top: 15px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

a { color: #1E425C; }
a:hover{ color: #AE0000; text-decoration: none; }

h1, h2, h3, h4  {font-family: arial, sans-serif;}

h1 {
	font-size: 18px;
	font-weight: bold;
	color : #186298;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #186298;
	text-transform: uppercase;
}

h2 {
	font-size: 16px;
	color : #5B829F;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	font-size: 16px;
	color : #ca0000;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #ca0000;
	text-align: left;
}

h4 { font-size: 14px; color : #999; margin-top: 5px; margin-bottom: 8px; text-align: left; }

h5 {
	font-size: 16px;
	color : #f58345;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #f58345;
	text-transform: uppercase;
}

hr {
	height: 1px;
	color: #cccccc;
	width: 100%;
}

.footer {
	margin-top: 15px;
	width: 650px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 10px;
	text-align: center;
	font-size: 10px;
}

.links {
	border: #1px solid #cccccc;
}

.blue { color: #186298; }

.photoBorder { border: 1px solid #000000; }

.bigRed { color: #ca0000; font-size: 18px; font-weight: bold; text-align: center; text-transform: uppercase; }

ul {padding-left: 20px; text-align: left;}
li { margin: 0 8px 2px 0; padding: 0; 	text-align: left;}
p { margin: 2px 12px 8px 0; line-height: 1.4em; text-align: left;}
p.company { text-transform: uppercase; font-weight: bold; color: #186298; margin-bottom: 4px;}
p.productname { text-transform: uppercase; color: #186298; margin-bottom: 4px;}
p.category { font-weight: bold; }

#awardnav a { text-transform: uppercase; display: block; text-decoration: none;}
td.entryphoto, td.entry  { padding: 10px 4px 20px 0;}
#additional .entryholder { border-top: 1px solid #ddd;}


