<!--
body
{
	font-size: 13px;
	color: #555;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

img { border: none; }

p.small
{
	font-size: 10px;
	color: #333333;
}

p.small a
{
	text-decoration: none;
}

p.attribution
{
	font-size: 9px;
	color: #bbb;
	text-align: right;
	padding-right: 5px;
}

p.attribution a
{
	color: #bbb;
}

h2
{
	font-size: 16px;
	font-weight: normal;
	color: #080E32;
	padding: 5px 0 3px 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a:link, a:visited

{
	color: #213ACC;
	text-decoration: underline;
}

a:active, a:hover
{
	color: #52EE8D;
	text-decoration: underline;
}

a.login
{
	font-size: 11px;
	text-decoration: none;
}

a.login:link, a.login:visited
{
	color: #aaa;
}

a.login:active, a.login:hover
{
	color: red;
}


/***************************************************
GLOBAL PAGE LAYOUT ELEMENTS
***************************************************/

body
{
	text-align: center;
	background-color: #ffffff;
	margin: 0;
}

/* Outer bounding box for all pages */
#Frame
{
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
	width: 730px;
	text-align: left;
	background: #ffffff;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

/* Top box for title of trial and log-in icon */
#TitleBox
{
	background-image: url(monitor.jpg);
	height: 220px;
}

#LoginBox
{
    float: right;
    margin: 10px;
    text-align: center;
}

#MainBox
{
	margin: 0 10px 10px 10px;
	padding: 2px 0px 0px 0px;
	text-align: left;
}

#Note
{
    float: right;
    margin: 10px;
    padding: 10px;
    width: 200px;
    background-color: yellow;
}

#Note p
{
    color: #333;
	font-family: "Comic Sans MS", "Lucida Handwriting", Helvetica, Arial, sans-serif;
}

/* Horizontal rule */
#Line
{
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 10px 0px;
	border-top: 2px solid #000000;
}


-->

