/* editor styles start */
.GeneralFont{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.Heading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
/* editor styles end */
.InScroller{
	scrollbar-base-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FF9900;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #2172A1;
	scrollbar-shadow-color: #2172A1;
	scrollbar-darkshadow-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.PhotoAlbumCurrentCategory{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}
.PhotoAlbumCurrentCategoryDesc{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	font-size: 10px;
}
.PhotoAlbumTitles{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.PhotoAlbumCategoryNames{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	cursor:hand;
}
.PhotoAlbumLinks{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	cursor:hand;
}
.PhotoAlbumImageDesc{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.PhotoAlbumImageViwerTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.NewsBody{
	background-color: #81884F;
	background-image:none;
}
.NewsDate{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
}
.NewsTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}
.NewsContent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.tempDottedTableClass{ 
	border: 1px dotted #000000;
}
.realTableClass{ 
	border: 0px solid #000000;
}
.tempDottedCartTableClass{ 
	border: 1px dotted #000000;
}
.realCartTableClass{ 
	border: 0px solid #000000;
}

body {
	background-color: #596324;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-image: url(images/back.gif);
}
body,td,th {
	font-size: 14px;
	color: #222901;
	font-family: Tahoma, Helvetica;
	scrollbar-base-color: #222901;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-face-color: #434A1A;
}
a {
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #00889F;
}
a:active {
	text-decoration: none;
	color: #007E95;
}

a.topMenu {
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a.topMenu:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.topMenu:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.topMenu:hover {
	text-decoration: none;
	color: #00889F;
}
a.topMenu:active {
	text-decoration: none;
	color: #007E95;
}

.menuText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFCC;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 5px;
}
.menuTextOver {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: normal;	
	color: #FF9900;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 5px;
}
.showmenu {
	display: true;
}

.hidemenu {
	display: none;
}
.style1 {font-family: Tahoma}
.style3 {font-size: 24px; font-weight: bold; color: #532900;}
.style9 {font-size: 10px}
.style13 {font-size: 10px; color: #FFFFFF; }
.style16 {color: #FFFFFF;}
.style17 {color: #FFFFFF; font-weight: bold; }
.style18 {font-size: 10px; color: #FF9900; }
.style19 {color: #FF9900}
.style22 {font-size: 14px; font-weight: bold;}
.style23 {color: #990000; font-weight: bold; }

h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma;
}
h1 {
	font-size: 28px;
	font-weight: bold;
	color: #532900;
	padding-right: 5px;
}
h2 {
	font-size: 24px;
	color: #222901;
}
h3 {
	font-size: 18px;
	color: #04002D;
}
h4 {
	font-size: 14px;
	color: #532900;
}

#marqueecontainer{
position: relative;
width: 180px; /*marquee width */
height: 170px; /*marquee height */
background-color: #81884F;
overflow: hidden;
border: 0px solid orange;
}

.boxHeader {
	text-align:center;
	font-size:18px;
	font-weight:normal;
	color:#FFF;
	margin:0px;
	padding-bottom:4px;
}
.boxContent {
	background-repeat:repeat-y;
	padding-left:6px;
	padding-right:6px;
	background-position:center;
	text-align: center;
}
.boxText {
	color:#FFF;	
}
.MenuHeader {
	text-align:right;
	font-size:18px;
	font-weight:normal;
	color:#FFF;
	margin:0px;
	padding-bottom:4px;
}