﻿body, html
{
	font-size: 10pt;
	color: black;
	font-family: Arial;
}

body, div, p, h1, h2, h3, h4, ul, li, table
{

}

body a:visited
{
	font-size: 10pt;
	color: #cc0099;
	font-family: Arial;
	text-decoration: underline;
}

ImageClass
{
	border-right: blue 3px solid;
	border-top: blue 3px solid;
	border-left: blue 3px solid;
	border-bottom: blue 3px solid;
}

ImageClass a:visited
{
	border-right: #cc0099 3px solid;
	border-top: #cc0099 3px solid;
	border-left: #cc0099 3px solid;
	border-bottom: #cc0099 3px solid;
	filter:alpha(opacity=70);
	opacity:0.7;
}

ImageClass a:hover
{
	border-right: green 3px solid;
	border-top: green 3px solid;
	border-left: green 3px solid;
	border-bottom: green 3px solid;
	filter:alpha(opacity=70);
	opacity:0.7;
}

input.button
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 8pt;
	background-image: url(Images/bg_nav.gif);
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	background-repeat: repeat-x;
	font-family: Arial;
	background-color: white;
	text-decoration: none;	
	cursor: hand;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}


