BODY {	
	background-color:#B9C4DB;/* Light grey blue */
	color:#06417D; /* Dark blue */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
}

.menu1 /* Top menu font */
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF; /* Light grey */
	}

.menu1:hover /* Top menu font when cursor over */
	{
	color:#06417D; /* Dark blue */
	text-decoration:none;
	}

.menu_stu /* Studies special top font */
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	color:#06417D; /* Dark blue */
	}

.menu_stu:hover /* Studies special top font when cursor over */
	{
	color:#4F669D; /* Medium dark blue */
	text-decoration:none;
	}

.link /* Link in pages */
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	color:#FFFFFF; /* White */
	}
	
.link:hover /* Link in pages */
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	color:#4F669D; /* Medium dark blue */
	}

.footing /* footing section */
	{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;/* White */
	}

.menu2_cell /* Left menu cell */
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#06417D; /* Font color: dark blue */
	background-color:#FFFFFF; /* White */
	border-left-color:#06417D; /* Dark blue */
	border-left-style:solid;
	border-left-width:thick;
	}

.menu2 /* Left menu link */
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#06417D; /* Dark blue */
	}

.menu2:hover /* Left menu link when cursor over */
	{
	color:#7D91BD; /* Lighter blue than background */
	text-decoration:none;
	}

.frame /* Frames Canadian Breed Standard colors and style */
	{
	background-color:#FFFFFF; /* White */
	border-bottom-color:#003366; /* Very dark blue */
	border-bottom-style:double;
	border-bottom-width:medium;
	border-left-color:#003366; /* Very dark blue */
	border-left-style:double;
	border-left-width:medium;
	border-right-color:#2668A5; /* Medium grey blue */
	border-right-style:double;
	border-right-width:medium;
	border-top-color:#2668A5; /* Medium grey blue */
	border-top-style:double;
	border-top-width:medium;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	}

.list_links /* Frames explanation colors and style */
	{
	background-color:#B9C4DB; /* Background medium blue "Studies" */
	color:#FFFFFF; /* White */
	}
	
	
.list_links:hover /* Frames explanation colors and style */
	{
	background-color:#E2E6EF; /* light blue "Homeopathy" */
	color:#06417D; /* Dark blue */
	}


