body,p,td,th {
	color: #333333;
//	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt
}

th {
	font-weight: normal;
	background-color: #dddddd
}

h1 {
	color: #222222
}

h3 {
	color: #93393b;
	font-size: 120%;
	font-decoration: bold;
	font-family: Verdana, Courier New, monospace;
}

h4 {
	color: #222222;
	font-size: 120%
}

input, select {
//	background-color: #ffffff; 
	background-color: #ffffff; 
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-size: 11px; 
	color: #000000;
	border: 1px solid black;
	font-weight: normal; 
}

textarea {
	font-family: Verdana, Courier New, monospace;
	background-color: #ffffff;
}

/* BUTTONS */
.prefbg {
        background-color: #e1dfcd;
}
.body {

//        background-color: #e2e4e6;
        background-color: #e2e4e6;
}
.button {
        font-family: verdana,arial,helvetica;
        font-size: 8pt;
        font-weight: bold;
        background-color: #ffffff;
        color: #000000;
        border: 1px solid black;
}
.butover {
        font-family: verdana,arial,helvetica;
        font-size: 8pt;
        font-weight: bold;
        background-color: #c5c8cf;
        color: #000000;
        border: 1px solid black;
}
/* BUTTONS  */

a {
//	color: #333333;
	color: #2c435f;
//	text-decoration: underline;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #2d940d;
}

.navbar {
	border-top: solid 1px #888888;
	border-bottom: solid 1px #888888;
	border-left: solid 1px #888888;
	border-right: solid 1px #888888;
	background-color: #f4f5f8;

}

.table_header {
	color: #ffffff;
	border: #888888 0px solid;
//	background-color: #094e7f;
//	background-color: #e3e4e6;
	font-weight: bold;
	font-size: 8pt;
	background-color: #094e7f;
	padding: 3px;
	margin: 0px;
	border-collapse: collapse; 	
}

.table_bg {
	border: 1px solid #cccccc;
//	background-color: #dddddd;
	background-color: #ebebeb;
}

.email_list_border {
	border: 1px solid #efefef
}

.email_list_row {
	background-color: #eeeeee;
}

.email_list_row_mouseover {
	background-color: #cccccc;
}

.email_list_row_mouseover a:hover {
	background-color: #cccccc;
}

.email_list_row_selected {
	background-color: #9AC4FE;
}

.email_list_row_selected_mouseover {
	background-color: #70ACFE;
}

.email_list_row_selected_mouseover a:hover {
	background-color: #70ACFE;
}

.email_view_message_msgbox {
	border: outset white 2px;
	background-color: #eeeeee;
}

.email_view_message_header {
	background-color: #eeeeee;
}

.email_view_header_bgcolor {
	background-color: #ffffff;
}

.error {
	color: #ff0000;
	font-style: italic;
}

.clock {
	font-weight: bold;
}

.search_folder_header {
	color: #232323;
	font-size: 11pt;
	font-weight: bold;
}

.quoted {
	color: #008000;
}

.quoted a {
	color: #008000;
}

.signature {
	color: #aaaaaa;
}

.signature a {
	color: #aaaaaa;
}

