
html, body {
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #3f3c3a;
	background-color: #e5e5e5;
}

form, input, textarea {
	margin: 0px;
	padding: 0px;
}

input { 
	vertical-align: middle;
}

img {
	border: 0px;
	display: inline;
	vertical-align: middle;
}

ul {
	margin: 0px;
	padding: 0px;
}

ul li {
	margin: 0px;
	padding: 0px;
}

ol {
	
}

ol li {
	
}

em {
	
}

div {
	font-size: 12px;
}

p { 
	margin: 0px 0px 20px 0px;
}

p img { 
	margin: 0px 10px 10px 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font-family: Arial;
}

h1 { 
	font-size: 22px;
}

h2 { 
	font-size: 20px;
}

h3 { 
	font-size: 18px;
}

h4 { 
	font-size: 16px;
	color: #d12238;
}

h5 { 
	font-size: 14px;
	color: #d12238;
}

h6 { 
	font-size: 12px;
}


/* links */
a:link, 
a:visited, 
a:active {
	text-decoration: underline;
	color: #d12238;
}

a:hover,
a:visited:hover {
	text-decoration: none;
	color: #d12238;
}

/* form */
.textbox {
	padding: 3px 2px;
	border: 1px solid #7A7A7A;
	font-size: 11px;
	font-family: Arial;
}

.button {
	padding: 3px 2px;
	border: 1px solid #7A7A7A;
	font-size: 11px;
}

/* share */
.accent {
	font-weight: bold;
}

.sity {
	font-size: 24px;
	font-weight: bold;
}

.alter {
	color: #d12238;
}

.uppercased { 
	text-transform: uppercase !important;
}

.underlined { 
	text-decoration: underline !important;
}

.italic { 
	font-style: italic !important;
}

.bold { 
	font-weight: bold !important;
}

.normal { 
	font-weight: normal !important;
}

.justify { 
	text-align: justify !important;
}

.center { 
	width: 100%;
	text-align: center !important;
}

.left { 
	text-align: left !important;
}

.right { 
	text-align: right !important;
}

.fleft { 
	float: left;
}

.fright { 
	float: right;
}

.hidden { 
	display: none;
}

.nohidden { 
	display: ;
}

img.left {
	float: left;
	margin: 0px 20px 5px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 5px 20px;
}

.centered {
	margin: 0px auto;
	padding: 0px auto;
}

/* table */
.table {
	/*width: 100%;*/
	border-bottom: 1px solid #2d69a8;
	border-right: 1px solid #2d69a8;
}

.table td {
	padding: 5px;
	vertical-align: top;
	border-top: 1px solid #2d69a8;
	border-left: 1px solid #2d69a8;
}

.table td.left {
	text-align: left;
}

.table td.center {
	text-align: center;
}

.table td.right {
	text-align: right;
}

.table tr.header td {
	text-align: center;
	color: #000;
	background-color: #cce6ff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.table td.subtitle {
	font-weight: bold;
	font-size: 14px;
	color: #d12238;
}

.table td.title {
	font-weight: bold;
	font-size: 16px;
	color: #d12238;
}

.table td.date {
	white-space: nowrap;
}

/* grid */
.c4 td {
	width: 24%;
}

/* share */

/* list */
.list {
	
}

.list .item {
	clear: both;
	margin: 0px 0px 15px 0px;
}

/* pager */
.pager {
	clear: both;
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.pager li {
	float: left;
	padding: 0px 10px 0px 0px;
}

.pager .selected {
	font-weight: bold;
}

