Body{
	font-family : Arial, Helvetica, sans-serif;
}
.TemplateTable{
	width : 100%;
	height : 100%;
}
.Top{
	height : 60px;
	background : #1478EB;
}
.Left{
	width : 160px;
	vertical-align : top;
	background-color : #F1F1F1;
	border : 1px solid Black;
}
.Right{
	vertical-align : top;
}
.Bottom{
	height : 30px;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	background : #1478EB;
	color : White;
}
.TopLevelMenuItem{
	height : 30px;
	vertical-align : middle;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	padding-left : 5px;
}
.MenuTable{
	cursor : pointer;
	width : 100%;
}
.CategoryItem{
	height : 20px;
	text-align : left;
	font-size : 9pt;
	font-style : normal;
	font-weight : bold;
	color : White;
	vertical-align : middle;
	padding-left : 15px;
	background : #1478EB;
}
.MenuItem{
	height : 20px;
	text-align : center;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	vertical-align : middle;
	}
.Bookmark_NonSelected{
	display : inline;
	width : 75px;
	height : 20px;
	font : normal 10pt Arial, Helvetica, sans-serif;
	cursor : default;
	vertical-align : middle;
	text-align : center;
	background : #F5F5F5;
}
.Bookmark_Selected{
	display : inline;
	width : 75px;
	height : 22px;
	font : bold 10pt Arial, Helvetica, sans-serif;
	cursor : default;
	vertical-align : middle;
	text-align : center;
	background : White url("images/orange.gif") repeat-x top;
}
.ProductTable{ 
	background : #1478EB;
	width : 100%;
 }
.ProductContent{
	background : White;
	height : 100%;
	padding-left : 5px;
}
.Date{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	padding-left : 20px;
}
.TextContent{
	font : normal normal 10pt Arial, Helvetica, sans-serif;
	width : 500px;
	text-align : justify;
	padding-left : 20px;
}
HR{
	height : 2px;
}
.PageTitle{ 
    font: normal 25pt Arial, Helvetica, sans-serif;
	color : Silver;
	padding-left : 20px;
	padding-top : 20px;
 }
.OrderTable{
	font : normal normal 10pt Arial, Helvetica, sans-serif;
	width : 500px;
	text-align : justify;
	margin-left : 20px;
}