body
{
	margin: 0;
	padding: 30px 15px 15px;
	color: Silver;
	background-color : #333333;
	text-align : center;
}

p
{
	margin: 0;
	padding: 0;
}

.TitleBar
{
	height : 75px;
	text-align : left;
	padding-left : 15px;
}
.TitleBar img
{
	border-style : none;
}
.TitleBarBG
{
	background-image : url('http://dev.k2tong.com/img/title_bg.gif');
	background-repeat : repeat-x;
	background-position : top;
}

.MainContent
{
	padding : 0;
	margin : 0 auto;
	width : 930px;
}

.ContentNav
{
	background-color :Black;
	height : 20px;
	font-size : medium;
	font-family : Arial;
	font-weight : bold;
	color : Silver;
	margin: 0px;
	padding-top : 1px;
	padding-bottom : 1px;
	padding-right : 30px;
	padding-left : 30px;	
}
.ContentNav EM
{
	font-style : normal;
	color : White;
}
.ContentNav A
{
	color : silver;
	text-decoration : none;
}
.ContentNav A:hover
{
	color: White;
}

.ContentNav *.Right
{
	float : right;
	text-align : right;
}
.ContentNav *.Left
{
	float : left;
	text-align : left;
}
.ContentNav *.Greyed
{
	color: #666666;
}
.Footer
{
	font-family : Arial;
	color : #999999;
}
.Footer *.Right
{
	font-size : small;
	float : right;
	text-align : right;
}
.Footer *.Left
{
	float : left;
	text-align : left;
	font-size : medium;
	font-weight : bold;
}

.Footer A
{
	color: #999999;
	text-decoration : none;
}
.Footer EM
{
	font-style : normal;
	color: #FF4500;
}
.Footer A:hover
 {
	color: White;
}


