/* overwritten tags */
body
{
	/*background-color:#333333;*/
	background-color:#003265;
	margin: 0 0 10px;
}
a,p,h2,h3,div,span,td,th,input,select,textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#020D5C;
	line-height:140%;
}
a
{
	color:#112794;
	text-decoration:underline;
}
a:hover { text-decoration:none; }
h2
{
	font-size:16px;
	margin-top:2px;
	margin-bottom:8px;
}
h3
{
	font-size:14px;
	margin-top:4px;
	margin-bottom:2px;
	font-weight:bold;
}

ul
{
	list-style-type:square;
}
textarea
{
	padding:4px;
	overflow:auto;
	width:260px;
	height:80px;
}


/* CUSTOM CLASSES */

/* -- background styles -- */
.bg-black { background:#000000 }
.bg-grey { background:#efefef }


/* -- text styles -- */
.txt-white { color:#ffffff }

/* -- line styles -- */
.w1 { width:1px; }

.td-shadow-right{
	background-image:url("../_image/_layout/shadow_right.gif");
	background-repeat:repeat-y;
	width:12px;
}
.td-shadow-bottom {
	background-image:url("../_image/_layout/shadow_bottom.gif");
	background-repeat:repeat-x;
	height:12px;
}


.td-page {
	width:870px;
	background-color:#ffffff;
	padding-left:50px;
	padding-bottom:20px;
}


.td-nav { width:150px; }
.nav {
	font-weight:bold;
	text-decoration:none;
}
.td-content {
	width:640px;
	line-height:140%;
}

.footer {
	color:#ffffff;
	text-decoration:none;
}

.cit {
	font-weight:bold;
	font-style:italic;
}
