BODY {
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS',Georgia, Times, Times New Roman, sans-serif;
	font-size: 0.9em;
	text-align: center;
	color: #29303B;
	line-height: 1.3em;
	background:none repeat scroll 0 0 #F4EED9
	
}

BODY.preview {
	text-align: left;
background:none repeat scroll 0 0 #F4EED9

	font-weight: bold;
}

DIV.preview {
	margin: 15px;
	font-size: 1.3em;
	font-family: Times, Times New Roman, sans-serif;
}

A {
	color: #66714c;	
	text-decoration:none;
}

A:visited {
	color: #682607;
}

A:hover {
	color: #5b4b2f;
	text-decoration:underline;
	text-shadow: black;
}

INPUT, TEXTAREA 
{
	background: #F3F6ED;
	border: #E1D6C6 1px solid;
}

A IMG {
	border: none;
}

/* Logo */
TABLE.logo {
    border: 0;
    background: url("images/topbgr.jpg");
}

TD.logo {
    width: 100%;
    height: 150px;
    border: 0;
    background: url("images/topbgr.jpg");
}

TD.logo {
    background: url("images/top.jpg");
}

/* Main divider table */
TABLE.main_divider {
    border: 0;
    width: 100%;
}

TD.main_divider_left_pane {
    width: 74%;
}

TD.main_divider_right_pane {
    width: 26%;
    text-align: left;
    vertical-align: top;
}

/* File browser */
TABLE.file_browser {
    width: 100%;
}

TH.file_browser_hd_type {
    width: 50px;
   background: #e4e2b7;
}

TH.file_browser_hd_name {
    text-align: center;
   background: #e4e2b7;
}

TH.file_browser_hd_size {
    width: 100px;
    text-align: center;
     background: #e4e2b7;
}

TH.file_browser_hd_other {
    width: 81px;
    text-align: center;
       background: #e4e2b7;
}

TD.file_browser_td_other {
    width: 50px;
    text-align: center;
}

TD.file_browser_cell_type {
    text-align: center;
}

TD.file_browser_cell_name {
}

TD.file_browser_cell_size {
    text-align: right;
}

TD.file_browser_cell_other {
    text-align: center;
}

/* News */
TABLE.news {
    border-left: 2px;
}

TD.news_header {
    height: 40px;
    vertical-align: center;
}

TD.news_content {
}

H1.news_header {
	font-family: 'Times New Roman';
	font-size: 1.9em;
	text-align: center;
}
