/* Default Styles */

.Default {

	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#211411;
}

.Default a {

	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#211411;
}

.Default a:hover { 

	text-decoration:underline;
}

.Default_title { 
	font-size:20px;
	font-weight:bold;
}

.Default_title a {
	font-size:20px;
	font-weight:bold;
}

.Default_title a:hover {
	text-decoration:underline;
}

.Default ul {
	list-style:disc outside;
}

.Default ol {
	list-style:decimal outside;

}

.Default li {

}

.Default_body{

}

.Default_image {

}

.Default img {

}

.Default_menu a {

}

.Default_menu a:hover {

}

.Default_menu .activePageMenuItem
{

}

.Default hr { width: 100%; border:1px solid #211411; }


/* FORMs */
.Default input { 
	margin-left:5px;
	margin-top:1px;
	margin-bottom:1px;
	padding: 0px; 
	font-size: 12px; 
	color: #211411;
	font-weight: normal;
}

.Default textarea {
	margin-left:5px;
	margin-top:1px;
	margin-bottom:1px;
	/*border: 1px solid #CFCFCF;*/
	padding: 0px; 
	font-size: 12px; 
	color: #211411;
	font-weight: normal; 
}
 
.Default select {
	margin-left:5px;
	margin-top:1px;
	margin-bottom:1px; 
	padding: 0px; 
	font-size: 12px; 
	color: #40345c;
	font-weight: normal; 
}


.Default th { 
color:#211411;
font-size:12px;
text-align:left;
width:100px;
}

.Default td {
	color:#211411;
    
}

.Default .submit input { 

}

.Default .submit input:hover { 

}


#SearchBar_Input { 
margin: 1px; 
border: 1px solid #CCCCCC; 
padding: 2px; 
font-size: 12px; 
color: 164776; 
font-weight: normal; 
width: 130px; 
}

#SearchBar_Search { 
margin: 1px; 
border: 1px solid #CCCCCC; 
padding: 1px; 
font-size: 11px; 
color: 164776; 
font-weight: normal; 
width: 72px; 
}

div.Default {clear:both;}


