﻿body 
{
	background-image: url(../images/background.jpg);
	font-family: Arial;
	font-size: 11px;
	
}

.titlelabel
{
	font-size:14px;
	font-weight:bolder;
	color: #0099cc;
}

.subtitlelabel
{
	font-size:13px;
	font-weight:bold;
	color: #000000;
}

.boldlabel
{
	font-weight: bold;
}

.linkbutton:link, .linkbutton:visited, .linkbutton:active
{
	color: #555555;
	font-weight: bold;
}

.linkbutton:hover
{
	color: #0099cc;
}

.button:link, .button:visited, .button:active
{
	color: #555555;
	padding: 6px;
	border: solid 1px #555555;
	text-decoration: none;
	font-weight: bold;
}

.button:hover
{
	background-image:url(../images/background.jpg);
	color:#ffffff;
}

.orangeline
{
	border-top: solid 1px #cc6633;
	width: 100%;
}