/* CSS Document */

body,td,th {
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
	color: #898b8d;
}




/* Regular Links */
a {
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
	color: #00abbc;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00abbc;
}
a:hover {
	text-decoration: underline;
	color: #00abbc;
}
a:active {
	text-decoration: none;
	color: #00abbc;
}
/* End Regular Links */


/* Middle Area */

ul {
	font-family: Arial;
	font-size: 11px;
	line-height: 26px;
	font-weight: normal;
	color: #505050;
	list-style-image: url(images/Bullet.jpg);
	text-align: left;
}

/* End Middle Area */




/* Inner Pages */

.TextContents {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	color: #414141;
}

.MiniTitles {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-align: justify;
	color: #00abbc;
}

.BolderTitles {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-align: justify;
	color: #000000;
}

/* End Inner Pages */

