/*Main body css*/

body {
	margin: 10px;
	background-color: #ffffff;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
}

td {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
}

th {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
}

.bodystyle {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	
}

.large {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
}

.subhead {

	font-weight: bold;
	color:#7C001E;
}

.small {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

.smallbold {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
}

p {
	line-height: 18px;
}


/*Background Images and Table Headers */


.tdcolumn {
	background-image:url(../imgs/sitm_r8_c8.gif);
	background-repeat:repeat-y;
}

.trtablerow {
	background-color: #D9D9D9;

}

.trtabletitle {
	background-color: #BD7F8E;

}

.trtabletotal {
	font-weight: bold;

}

.tdjustify {
	text-align: justify;
}



/*Link Effects*/

a:link {
	color: #7C001E;
}

a:visited {
  color: #000000;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #666666;
}

a img {
	border: none;
}

/*Form Elements and Lists*/


ul {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	list-style-type: disc;
	list-style-position: outside;
}

li {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	
}

ol {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	list-style-position: outside;
}
