/* ****************************************************************************** */

/* BODY AND GENERAL TEXT STYLES */
body {
	margin: 0px;
	margin-top: 10px;
	background: #5491C7;
}
body,p,td,th,tr,li,ul,select,textarea {
	font-family: "Trebuchet MS", Verdana, Helvetica, Geneva, Arial, sans-serif;
	font-weight: normal;
	font-size: 12pt;
	text-align: left;
	color: #D8D8D8;
	background-image: url('images/star_bg.gif');
	background-attachment: fixed;
}
form {
	margin: 0px;
	padding: 0px;
}
input {
	font-family: "Trebuchet MS", Verdana, Helvetica, Geneva, Arial, sans-serif;
	font-weight: normal;
	font-size: 12pt;
	color: #333333;
}
b {
	font-weight: bold;
}
b.heading {
	font-weight: normal;
	font-size: 20pt;
	color: #D0D0D0;
}
b.subheading {
	font-weight: normal;
	font-size: 14pt;
	color: #D0D0D0;
}
i {
	font-style: italic;
}
.small {
	font-size: 10pt;
}
ul {
	margin-top: 10px;
}
img.limg {
	margin-right: 25px;
	margin-bottom: 10px;
}
img.rimg {
	margin-left: 25px;
	margin-bottom: 10px;
}
img.rimg2 {
	margin-left: 15px;
	margin-bottom: 10px;
}
img.lbimg {
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.pink {
	color: #F9AED3;
}
.pink2 {
	color: #FABDDB;
}

/* ****************************************************************************** */

/* TABLES */
table {
	border-style: none;
}
td {
	padding: 0px;
	text-align: justify;
	vertical-align: middle;
}
td.lalign {
	text-align: left;
}
td.calign {
	text-align: center;
}
td.ralign {
	text-align: right;
}
td.talign {
	vertical-align: top;
}
td.content {
	padding-left: 5px;
	padding-bottom: 20px;
	padding-top: 20px;
}

/* ****************************************************************************** */

/* LINKS */
a:link {
	color: #D8D8D8;
	text-decoration: underline;
}
a:visited {
	color: #D8D8D8;
	text-decoration: underline;
}
a:hover {
	color: #F8F8F8;
	text-decoration: underline;
}

/* ****************************************************************************** */

/* FOOTER DIV */
div#footer {
	margin-top: 30px;
	text-align: center;
	font-size: 10pt;
	width: 400px;
	border-top: 1px solid #7CA5CA;
	padding-top: 15px;
	padding-bottom: 20px;
	color: #A7BBCD;
}

/* ****************************************************************************** */