/* This is the style sheet for all pages */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
}

td {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000}

a:link {  color: #0033CC; text-decoration: underline}
a:visited {  color: #0066FF; text-decoration: underline}
a:active {  color: #FF3333; text-decoration: underline}
.small {
	font-size: 9pt;
	color: #000000;
}
.big {
	font-size: 12pt;
}
a:hover {
	color: #666666;
}
.title {
	font-size: 12pt;
	font-weight: bold;
	color: #003399;
	line-height: normal;
	vertical-align: bottom;
	margin-top: 20px;
	margin-bottom: 10px;





}
.inputlabel {
	color: #FFFFFF;
	font-size: 9pt;

}
input {
	font-family: "Courier New", Courier, mono;
}
.example {
	font-style: italic;
}
.watermark {
	background-image: url(../../../Titan%20new/new%20homepage/images/watermark.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.emphasis {

	font-style: normal;
	font-weight: bold;
}
p {
	line-height: normal;
	margin-bottom: 5px;
	margin-top: 0px;

}
ul {
	margin-top: 0px;
	margin-bottom: 20px;
	list-style-image: url(images/bullet.gif);


}
ol {
	margin-top: 0px;
	margin-bottom: 5px;
}
