/* Corporate Shell Styles */
*	{
	margin:0;
	padding:0;
}
body  {
	background-image:url("../images/background.png");
	/*font-family: arial;
	font-size: 11px;
	color: #5B6371;*/
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-weight: normal;
	font-size: 12px;
	color: #5B6371;
	line-height: 1.25em;
}
#bgcontainer_left	{
	height:100%;
	background-image:url("../images/bg_left.png");
	background-repeat:no-repeat;
	background-position: 0 100px;
	margin:0;
	padding:0;
}
#bgcontainer_right	{
	height:100%;
	background-image:url("../images/bg_right.png");
	background-repeat:no-repeat;
	background-position:100% 100px;
}
#logo	{
	margin: 37px 80px;
	height: 36px;
	width:253px;
	background-image:url("../images/twclogo_head.png");
	text-indent:-999999px;
}
#head	{
	background: #000e3a;
	margin: 0px 70px 0px 70px;
	padding: 0px;
}
#content	{
	background: #ffffff;
	margin: 0px 70px 10px 70px;
	padding: 0px;
}
#contentpad	{
	color: #000000;
	font:15px Arial,helvetica;
	padding: 15px;
}
h1	{margin: 0px;
	padding: 0px;
	color: #000000;
	font: 18px Arial,helvetica;
}
h2	{margin: 0px;
	padding: 15px;
	color: #ffffff;
	font: bold 18px verdana, arial, helvetica;
}
b.btop, b.btop b, b.bbot, b.bbot b	{
	position: relative;
	display: block;
	height: 10px;
	font-size: 1px;
	background-image:url(../images/rc.png);
	background-repeat: no-repeat;
}
b.btop b	{
	background-position: 100% -10px;
}
b.bbot	{
	background-position: 0 -20px;
}
b.bbot b	{
	background-position: 100% -30px;
}

a:link { 
	/*font-family: arial;
	font-size: 12px;
	font-weight: bold;*/
	color: #25559F;
	text-decoration: none;
}
a:visited { 
	color: #25559F;
	/*font-size: 12px;
	font-weight: bold;*/
	text-decoration: none;
}
a:hover { 
	color: #25559F;
	/*font-size: 12px;
	font-weight: bold;*/
	text-decoration: underline;
}
a:active { 
	/*font-size: 12px;
	font-weight: bold;*/
	color: #25559F;
}
p.pageheader {
	font-size: 18px;
	font-weight : bold;
	color: #01114f;
}
p.subheader {
	font-size: 14px;
	font-weight : bold;
	color: #5B6371;
}
td, TD {
	font-family: arial;
	font-size: 12px;
	/*color: 5B6371;*/
	padding: 2px;
}
.footer {
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: auto;
	height: 20px;
	color: #5B6371;
	font-size: 12px;
	text-align: center;
}
tr.top {
	font:bold 14px helvetica,arial;
	color:#ffffff;
	background:#0035ad;
	text-align:center;
}
tr.odd {
	font:13px helvetica,
	arial;color:#000000;
	background:#cccccc;
	text-align:center;
}
tr.even {
	font:13px helvetica,arial;
	color:#000000;
	background:#eeeeee;
	text-align:center;
}
#logoLink {
	text-decoration: none;
}
.message2 {
	color:navy; 
	font-weight:bold;
}