@charset "utf-8";
/* CSS Document */
body
{
	color:			#660033;
	background: 	#e8e3e3;
	font-family:	Verdana, Helvetica, Arial;
	font-size:		12px;
}

p{
	margin-bottom:	0px;
	margin-top:		0px;
}

a
{
	color:			#660033;
	font-family:	Verdana, Helvetica, Arial;
	font-size:		12px;
	text-decoration: underline;
}

a:hover
{
	color:			#330033;
	font-family:	Verdana, Helvetica, Arial;
	font-size:		12px;
}
h1
{
	color:			#660033;
	font-family:	Verdana, Helvetica, Arial;
	font-size:		16px;
}
h2
{
	color:			#660033;
	font-family:	Verdana, Helvetica, Arial;
	font-size:		14px;
}
h3
{
	color:			#660033;
	font-family:	Verdana, Helvetica, Arial;
	font-size:		12px;
}
td#HeaderLogo
{
    background-image: url('Design/bgHeaderLogo.jpg');
    background-repeat: no-repeat;
}
td#HeaderTitle
{
    background-image: url('Design/bgHeaderTitle.jpg');
    background-repeat: no-repeat;
}
td#Content
{
    background-image: url('Design/bgContent.jpg');
    background-repeat: repeat-y;
}
td#Bottom
{
    background-image: url('Design/bgBottom.jpg');
    background-repeat: repeat-y;
}

/* Styles for TabPanel object */
.tab-normal
{
	font-family:	Verdana, Helvetica, Arial;
	font-size:		12px;
	display:		inline;
	margin:			3px -5px 1px 5px;
	float:			left;
	padding:		3px 6px 4px 6px;
	background:		#e8e3e3;
	border:			1px  solid;
	border-color:	#660033;
	z-index:		1;
	position:		relative;
	top:			0;
	width:			120px;
	text-align:		center;
}

.tab-active
{
	position:		relative;
	display:		inline;
	float:			left;
	background:		#ffcccc;

	font-family:	Verdana, Helvetica, Arial;
	font-size:		12px;

	border:			3px solid #660033;
	border-bottom:	0;
	z-index:		3;
	padding:		2px 6px 8px 6px;
	margin:			1px -6px -2px 0px;
	top:			-2px;
	width:			120px;
	text-align:		center;
}

.tab-view
{
	clear:			both;
	border:			3px solid #660033;
	background:		#ffcccc;
	z-index:		2;
	position:		relative;
	top:			-2px;
	padding:		10px;
	width:			526px;
}

.tab-active a
{
	color: #660033;
	text-decoration: none;
	font-weight: bold;
}

.tab-normal a
{
	color: #660033;
	text-decoration: none;
	font-weight: bold;
}

.tab-normal a:hover, .tab-normal a:focus
{
	color: #660033;
	text-decoration: none;
	font-weight: bold;
}
/* End of TabPanel object styles */
