/* CSS Document */

body {
	margin:0px;
	font-family:"Tahoma";
	font-size:13px;
	color:#000000;
	overflow-x:hidden;
}
blockquote {
	margin:20px;
}

/* Links ~~~x~~~x~~~x~~~x~~~x~~~x~~~x~~~x~~~x~~~x~~~ */

a {
	font-family:"Tahoma";
	font-size:13px;
	color:#655fab;
	text-decoration:none;
}
a.header:hover {
	font-family:"Tahoma";
	font-size:13px;
	color:#ff9900;
	text-decoration:none;
}
a.header {
	font-family:"Tahoma";
	font-size:13px;
	color:#d2d3d5;
	text-decoration:none;
}
a:hover {
	font-family:"Tahoma";
	font-size:13px;
	color:#ff9900;
	text-decoration:none;
}

/* Text ~~~x~~~x~~~x~~~x~~~x~~~x~~~x~~~x~~~x~~~x~~~ */

h1 {
	font-family:"Tahoma";
	font-size:16px;
	color:#000000;
}
h2 {
	font-family:"Tahoma";
	font-size:12px;
	color:#ffffff;
	background-color:#655fab;
	padding:5px;
	margin-top:10px;
}
p {
	font-family:"Tahoma";
	font-size:13px;
	color:#000000;
}
p.red {
	font-family:"Tahoma";
	font-size:13px;
	color:#cc0000;
	font-weight:bold;
}
p.green {
	font-family:"Tahoma";
	font-size:13px;
	color:#00cc00;
	font-weight:bold;
}
p.alert {
	font-family:"Tahoma";
	font-size:13px;
	color:#000000;
	background-image:url(images/alert.jpg);
	background-repeat:repeat-x;
	font-weight:bold;
}
p.footer {
	font-family:"Tahoma";
	font-size:13px;
	color:#ffffff;
	line-height:16pt;
}
ul {
	margin-left:15;
	padding-left:3;
}
li {
	list-style-image:url(images/bullet.jpg)
}

/* Tables ~~~x~~~x~~~x~~~x~~~x~~~x~~~x~~~x~~~x~~~x~~~ */

table.body {
	border-collapse:collapse;
	height:100%;
	border:none;
	width:100%;
}
tr {
	padding:0px;
}
#top {
	vertical-align:top;
}
#bottom	{
	height:50px;
	-align:top;
}
td,th {
	font-family:"Tahoma";
	font-size:13px;
	color:#000000;
}
td.alert {
	font-family:"Tahoma";
	font-size:13px;
	color:#cc0000;
	font-weight:bold;
}

/* Forms ~~~x~~~x~~~x~~~x~~~x~~~x~~~x~~~x~~~x~~~x~~~ */

input, select, textarea, button {
	font-family:"Tahoma";
	font-size:13px;
	color:#000000;
	border-color:#655fab;
	border-style:solid;
	border-width:1px;
	padding-left:3;
}
input.alert {
	background-color:#ffff80;
}
select.alert {
	background-color:#ffff80;
}
textarea {
	width:400px;
	height:200px;
}