/* CSS Document */
/* Start of Table Template: Simple Data Table CSS*/

caption {
	font-weight: bold;
	padding: 4px;
}

.awt-data-table-border { 
	border: 1px solid black;
	color: #000; 
	margin: 0 0 8px 0;
	padding: 0;
}

.awt-data-table-border2 { 
	border: 0;
	color: #000; 
	margin: 0 0 8px 0;
	padding: 0;
}

.awt-data-table-border td { 
	padding: 3px 5px 3px 5px;
	font-size: .85em;
}

tr.awt-data-table-title { 
	color: #FFF;
	background-color: #000;
	text-align: left;
}
				
tr.awt-row-light { 
	background-color: #F4F4F4;
}
					
tr.awt-row-dark { 
	background-color: #E1E1E1;
}

td.awt-highlight { 
	background-color: #FC0;
}

.awt-data-table-title th { 
	padding: 3px 5px 3px 5px;
	font-size: .9em;
	font-weight: bold;
}

.awt-row-dark th, .awt-row-light th { 
	padding: 3px 5px 3px 5px;
	background-color: #000;
	font-size: .9em;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}

/* End of Table Template A CSS*/

/* Start of Custom CSS */
/* Add your custom CSS here */

/* End of Custom CSS */h1 {
	background: center;
}
.underline {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.boldunderline {
	font-weight: bold;
	text-decoration: underline;
}
.center {
	text-align: center;
	vertical-align: middle;
}
.align-right {
	text-align: right;
}
.bold-center {
	font-weight: bold;
	text-align: center;
}
.bold-alignright {
	font-weight: bold;
	text-align: right;
}

