#container
{
	padding: 1x;
	border: 1px solid #ccc;
	background: #fff;
}

#tabnav
{
	height: 10px;
	margin: 0;
	padding-left: 0px;
	background: url(../../Images/tab_bottom.gif) repeat-x bottom;
}

#tabnav li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#tabnav a:link, #tabnav a:visited
{
	float: left;
	background: #f3f3f3;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #000000;
}

#tabnav a:link.active, #tabnav a:visited.active
{
	border-bottom: 1px solid #fff;
	background: #8287C7;
	color: #ffffff;
}

#tabnav a:hover
{
	background: #8287C7;
	color: #ffffff;
	font-weight: bold;
}

.tabTitle
{
	font-family: Script MT Bold;
	font-weight: bold;
	font-size: 32px;
	color: #0000a0;
}
