@charset "utf-8";
/* Mont Rose CSS Document */

body	{
	margin:0px;
	background-image:url(background.jpg);
	background-repeat:repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	}
h1	{
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	font-family:"Trebuchet MS", Verdana, Arial;
	}
h2	{
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	font-family:"Trebuchet MS", Verdana, Arial;
	}
h3	{
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	font-family:"Trebuchet MS", Verdana, Arial;
	}
.footer	{
	background-image:url(images/main_r5_c1.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#333333;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	}
.text	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	}
.input	{
	background-color:#A6FFA6;
	border-bottom:#000000 1px solid;
	border-left:#000000 1px solid;
	border-right:#000000 1px solid;
	border-top:#000000 1px solid;
	}
.link	{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}
.link:hover	{
	color:#FF6600;
	font-weight:bold;
	text-decoration:none;
	}
.footer_link	{
	color:#FFFFFF;
	text-decoration:none;
	}
.footer_link:hover	{
	color:#FF0000;
	text-decoration:none;
	}
.header_link	{
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
	}
.header_link:hover	{
	color:#FF6600;
	text-decoration:none;
	font-weight:bold;
	}