body		{
			background: #00312D;
			font-family: "trebuchet MS", "verdana", sans-serif;
			font-size: medium;
			text-align: left;
			color: white;
			vertical-align: middle;
			margin: 20px;
			}
h1			{
			font-weight: normal;
			font-size: 42px;
			}
.com_beta_link {
			border-style: none;
			border-width: 0px;
			}

.small		{
			margin: 0px;
			font-size: 12px;
			}
			
a:hover, a:focus{
                color: white;
                text-decoration: none;
                }
                
a:link, a:visited, a:active{
                color: white;
                text-decoration: underline;
                }

/* DATABASE */
table.database_header {
			background: white;
			width: 100%;
			}
td.database_logo {
			width: 165px;
			padding: 10px;
			background: #00312D;
			text-align: center;
			}
.database_logo_img {
			border-style: none;
			border-width: 0px;
			height: 100px;
			}
td.database_info {
			padding: 10px 25px 10px 25px;
			vertical-align: middle;
			background: #4D7AB2;
			text-align: center;
			}
table.database_main_table {
			background: white;
			width: 98%;
			}
td.database_title {
			padding: 10px;
			vertical-align: middle;
			background: #4D7AB2	;
			text-align: center;
			}
div.database_body	{
			padding: 10px;
			}
			
.form_enabled {
		display: inline;
		}
		
.form_disabled {
		display: none;
		}
		
.form_element {
		color: white;
		background: #4D7AB2;
		font-family: "trebuchet MS", "verdana", sans-serif;
		font-size: 11px;
		vertical-align: top;
		}
.form_add {
		color: #4D7AB2;
		background: white;
		font-weight: bold;
		font-family: "trebuchet MS", "verdana", sans-serif;
		font-size: 11px;
		}


/* COMMUNICATE */
table.communicate_header {
			background: white;
			width: 100%;
			}
td.communicate_logo {
			width: 165px;
			padding: 10px;
			background: #00312D;
			text-align: center;
			}
.communicate_logo_img {
			border-style: none;
			border-width: 0px;
			height: 100px;
			}
td.communicate_info {
			padding: 10px 25px 10px 25px;
			vertical-align: middle;
			background: #7365A8;
			text-align: center;
			}
table.communicate_main_table {
			background: white;
			width: 98%;
			}
td.communicate_title {
			padding: 10px;
			vertical-align: middle;
			background: #7365A8;
			text-align: center;
			}
td.communicate_addr_row1 {
			padding: 5px;
			text-align: left;
			background: #00312D;
			}
td.communicate_main_left {
			text-align: left;
			vertical-align: top;
			width: 25%;
			}
td.communicate_main_right {
			text-align: right;
			vertical-align: top;
			}
td.communicate_inbox_labels {
			border-bottom: 1px solid white;
			padding: 5px;
			text-align: left;
			background: #00312D;
			font-size: x-small;
			letter-spacing: 5px;
			font-weight: bold;
			}
span.communicate_label {
			font-size: x-small;
			letter-spacing: 5px;
			font-weight: bold;
			}
td.communicate_message_body {
			padding: 7px 10px 7px 10px;
			text-align: left;
			background: #00312D;
			}
table.communicate_message {
			border: solid 2px white;
			}