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


.nav {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.bnav {
	color: #000;
	text-decoration: none;
}
.main {
	padding: 20px;
	background-color: #FFFFFF;
	color: #C00;
}
body {
	background-color: #CCCCCC;
	width:760;
	margin-left:auto;
	margin-right:auto;
	color: #000;
	font-size: 14px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CE1449;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CE1449;
}
a {
	color: #CD0102;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.table-width p {
	width:400px;
}
