/* Imported Styles
----------------------------------------------- */
@import /**/"reset.css";
@import /**/"type.css";
@import /**/"960.css";

html,body {
	height:100%;
	min-height: 100%;
}

body {
	background: #fff url(/images/ 12_col.gif) repeat-y top center;
	color: #444;
}

#flashContent {
	height: 100%;
}

.flashnotice {
	text-align: center;
	border: 2px solid pink;
	margin-top: 16px;
	margin-bottom: 16px;
	padding: 8px 16px;
	font-size: 11px;
}
.flashnotice span {
	font-weight: bold;
	color: #ff0000;
}

.logo {
	padding-top: 100px;
}

a {
	color: #3366b2;
	padding: 3px 5px;
	background: #f5f5f5;
}
a:hover {
	color: #fff;
	padding: 3px 5px;
	background: #3366b2;
}

h1 {
	color: #3A4445;
	margin-bottom: 0;
}
h5.tagline {
	
}
h2, h6 {
	color: #bbb;
	line-height: 28px;
}
h4, h5 {
	color: #777;
}

table {
	background: #f5f5f5;
	border: 10px solid #f5f5f5;
}

table td,
table th {
	border-bottom: 1px dotted #ccc;
	padding: 3px;
}

tr.total td {
	font-weight: bold;
}

.small {
	font-size: 11px;
	color: #777;
}
.below {
	margin-bottom: 5px;
}