body {
	font-family: Arial, Century Gothic,Helvetica, Geneva, sans-serif;
	background-color: #A6D20F;
}

.header {
	background-image: url("images/studio_header.jpg");
	width: 793px;
	height: 93px;
}

.discussion_header {
	background-image: url("images/discussion_header.jpg");
	width: 793px;
	height: 93px;
}
.tiny {
	font-family: Arial, Century Gothic,Helvetica, Geneva, sans-serif;
	font-size: 11px;
}
td {
	font-family: Arial, Century Gothic,Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: black;
	border: 1px;
}

td.main {
	padding-left: 8px;
	padding-right: 9px;
	background-image: url("images/content_bg.jpg");
	padding-bottom: 4px;
}

.logo {
	margin-left: 40px;
}
.top_gap {
	margin-top: 4px;
}

.left_gap {
	margin-left: 3px;
}

.btm_border {
	border-bottom: 1px dotted #092A38;
}

.btm_r_border {
	border-bottom: 1px dotted #092A38;
	border-right: 1px dotted #092A38;
}

.r_border {
	border-right: 1px dotted #092A38;
}


.news_box {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}

.content {
	width: 793px;
	background-image: url("images/footer_bg.jpg");		

}

td.footer {
	text-align: center;
	color: white;
}

.upper_bar {
	background-color: #D7F1FC;	
}


a:link {
	text-decoration: none;
	color: #1F6785;
	font-weight: bold;
}
a:visited {
	color: #1F6785;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #F01818;
	text-decoration: none;
	font-weight: bold;
}

input.blue {
   color: #0D3943;
   font-family: Arial, Century Gothic,Helvetica, Geneva, sans-serif;
   font-size: 12;
   font-weight: normal;
   background-color: #DBF4FF;
}

input.green {
   color: #134425;
   font-family: Arial, Century Gothic,Helvetica, Geneva, sans-serif;
   font-size: 12;
   font-weight: normal;
   background-color: #E1FFEC;
}
