﻿body
{
	background-color: #fff;
	font-family: verdana, arial, sans-serif;
	font-size: 75%;
	color: #444;
	margin: 20px;
}

form
{
	margin: 0;
}

input[type=checkbox], input[type=radio]
{
	cursor:pointer;
}

textarea
{
	font-family: arial, sans-serif;
}

label
{
	cursor:pointer;
}

a
{
	color: #4488cc;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	margin: 0;
	font-size: 125%;
	display:inline;
}

h2
{
	margin: 0;
	font-size: 100%;
	display:inline;
}

h3
{
	margin: 0;
	font-size: 100%;
	font-weight: normal;
	display:inline;
}

h4
{
	margin: 0;
	font-size: 100%;
	font-weight: normal;
	display:inline;
}

.small
{
	font-size: 75%;
}

.boxLink
{
	/*color:#444;*/
}

.boxItem
{
	width:300px;
	height:220px;
	float:left;
	margin:0 7px 14px 7px;
	background-color:#E8FFFF;
	border:2px dashed #D0E5E5;
	overflow:hidden;
}

.boxItemAlternating
{
	width:300px;
	height:220px;
	float:left;
	margin:0 7px 14px 7px;
	background-color:#FFFFC0;
	border:2px dashed #E5E5AE;
	overflow:hidden;
}

.boxItemSelected
{
	width:300px;
	height:220px;
	float:left;
	margin:0 7px 14px 7px;
	background-color:#fff0ff;
	border:2px dashed #ffd0ff;
	overflow:hidden;
}

.boxRight
{
	width:618px;
	height:458px;
	float:right;
	margin:0 7px 14px 7px;
	background-color:#fff0ff;
	border:2px dashed #ffd0ff;
	overflow:auto;
}

