.main {
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.separation {
	border-top: 0px solid #4BA2E9;
	border-right: 1px solid #4BA2E9;
	border-bottom: 0px solid #4BA2E9;
	border-left: 0px solid #4BA2E9;
}

.textbox {  
	border: 1px #FF910B solid; 
	height: 25px; 
	background-color: #F1F9FF; 
	color: #204070;  
	width: 200px
}
.digit {  
	border: 1px #FF910B solid; 
	height: 25px; 
	background-color: #F1F9FF; 
	color: #204070; 
	text-align: right; 
	width: 80px
}
.textarea {  
	border: 1px #FF910B solid; 
	overflow: auto; 
	color: #204070
}
.button {  
	background-color: #F1F9FF; 
	border: 1px #FF910B solid; 
	height: 25px; 
	font-size: 14px; 
	cursor: hand; 
	color: #204070
}
.listbox {  
	width: 180px; 
	background-color: #F1F9FF; 
	font-size: 14px; 
	color: #204070
}
.form_font {  
	font-size: 16px; 
	color: #103060
}
.form_font_value {
	font-size: 16px;
	color: #103060;
	font-weight: bold;
}
.main_text {
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.message {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.table_info {
}
.td_head_info {
	background-color: #E5E5E5;
	background-position: center;
	color: #999999;
}
.tr_subhead_info {
	font-weight: bold;
}
.tr_info {
	border: solid #0000FF;
}
.table_form {
}
.td_head_form {
	background-color: #E5E5E5;
	background-position: center;
	color: #999999;
}
.tr_form {
	border: solid #0000FF;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 2px 2px 2px 2px;
	font-size: 14px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	font-size: 14px;
	color: #0033CC;
	font-weight: normal;
	padding-top: 15px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	text-decoration: none;
}

#sectionLinks a:hover{
	background-image: none;
	text-decoration: underline;
}


.border {
	background-image: url(../../images/border.jpg);
	background-repeat: repeat-x;
}
.portfolio {
	font-size: 14px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
