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

body {
	font-family: Georgia, "Times New Roman", Times, serif;  
	font-size: 1 em;
	text-align: left;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;

}


h2 {
	font-size: 1.5em;


}

h3 {
	font-size: 1.3em;


}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1 em;
	color: #871628;

}

h6 {
	font-size: .8em;

}

p {
	font-size: 1em;

}

strong {
	font-weight: bold;
}


/*weird special character */

ul {
	padding: .5em 0 .5em 2em;
	list-style-type: circle;
	display: block;
}



/*Content Styles*/

.componentheading {
	font-size: 2.5em;
	color: #666666;
	text-align: center;
	border-bottom: 3px #A3A3A3 solid;
	font-weight:normal;
	padding: 10px 0;
	margin-bottom: 10px;
}

.contentheading {
	font-size: 1.8em;
	color: #871628;
	font-weight:normal;
}
/* styles for articles */

.createdby {
	color:#939393;
	display:block;
	font-size:0.85em;
	padding:0 0 0 5px;

}

.modifydate {
	color:#939393;
	display:block;
	font-size:0.85em;
	padding:0 0 0 5px;

}

.createdate {
	color:#939393;
	display:block;
	font-size:0.85em;
	padding:0 0 0 5px;

}


/*Table Text*/

.table_header {
color: #FFFFFF;
background-color: #941504;
}

.table_special {
background-color: #dddddd;
}