/****************************************************************************************/
/*                  Default text settings for Barnes Farm School site                   */
/****************************************************************************************/

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-style: normal; 
	font-weight: normal; 
	color: #000000;
	text-align: justify;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}

p {
	margin-bottom: 10px;
}

a:hover {
	text-decoration: underline;
}

*.link {
	color: #00AA00;
}

*.small {
	font-size: 10px;
	line-height: 12px;
}

*.small_link {
	color: #00AA00;
	font-size: 10px;
	line-height: 12px;
}

*.menu {
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	line-height: 12px;
	margin: 4px 0px 2px 0px;
	padding: 0px;
}

*.menu_small {
	font-size: 10px;
	line-height: 10px;
	margin-bottom: 0px;
}

*.sub_menu {
	font-size: 10px;
	text-align: left;
	line-height: 12px;
	margin: 0px 0px 1px 8px;
	padding: 0px;
}

*#date {
	font-size: 10px;
	text-align: center;
	line-height: 10px;
	padding-bottom: 4px;
	margin-bottom: 0px;
}

h1 {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #084E27;
	margin: 10px 0px 5px 0px;
}

*.bold {
	font-weight: bold;
}

*.italic {
	 font-style: italic;
}

*.underline {
	text-decoration: underline;
}

*.strike {
	text-decoration: line-through;
}

#warning {
	margin: 10px 0px 15px 0px;
	color: #CC0000;
}

*.message {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}
