/* 	
	/styles/main.css
	Global / Provincial Default Styles
*/
* {margin:0; 
}
table {
	margin: auto; 
}
.bullet {
	list-style-type: disc;
}
body {
	background-color: #FFFFFF;
	background-image: url(/images/background-image-home.jpg);
	background-repeat: repeat-x;
}

.left_nav {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
	color: #01A7E5;
	text-decoration:none;
}
.left_nav:hover {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
	color: #000000;
	text-decoration:none;
}
.content_title {
	font-size: 20px;
	color: #01A7E5;
	font-weight: bold;
	font-family: Arial;
}
.main_content {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
}
.content_link {
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	text-decoration:none;
	font-size: 12px;
}
.myths_title {
	color: #01A7E5;
	font-family: Arial;
	font-weight: bold;
	font-style:italic;
	font-size: 14px;
}	
.myths_header {
	color: #000000;
	font-family: Arial;
	font-weight: bold;
		font-size: 11px;
}
.myths_content {
	color: #000000;
	font-family: Arial;
	font-size: 11px;
}
.signupframe {
	border: 0px solid #81D0F8;
	background: #f0f0f0;
	color: #0000000;
	font-family: Arial;
	font-size: 11px;
}	

.hr_top_spacer, td.hr_top_spacer
{
	height:5px;
}

.hr_bot_spacer, td.hr_bot_spacer
{
	height:10px;
}
.border, td.border

{
	background-color: #01A7E5;
	height:1px;
}
.content_links {
	color: #000000;
	font-family: Arial;	
	text-decoration:underline;
	font-size: 12px;
}	
	
.content_links:hover {
	color: #01A7E5;
	font-family: Arial;	
	text-decoration: underline;
	font-size: 12px;
}	
		