/* --------------------------------------------------------------------
	Str 2006 :: Screen Base Sheet
	
	Update: 1 Apr 2006
-------------------------------------------------------------------- */

/* Base Styles
----------------------------------------------- */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	
	border-width: 0px;
    background-color: #ffffff;

	color: #000033;
	font-size:small;

	text-align: center;
}

body, input, textarea, select, table, tr, td, th, li {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Links
---------------------------------------------------------------------*/

a {
	color: #063B7A;
	background-color: transparent;
	text-decoration: underline;
}

a:visited {
	color: #063B7A;
	background-color: transparent;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #FF9834;
	background-color: transparent;
	text-decoration: underline;
}

/* Lists
---------------------------------------------------------------------*/

ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}

ul li {
	list-style-type: none;
	font-weight: normal;
	line-height: 140%;
	padding-left: 20px;
	text-transform: lowercase;
	margin-bottom: 5px;
}

ul li strong {
	color: #000000;
}

/* Headers
---------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000033;
}

h3, h4 {
	letter-spacing: 1px;
}

img 
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-width:0px;
}

/* Float aligns
---------------------------------------------------------------------*/

DIV.leftalign 
{
	float: left;
}

DIV.rightalign 
{
	float: right;
}

DIV.centeralign
{
    text-align:right;
}

DIV.cancelalign
{
	clear:both;
}

/* Tables
---------------------------------------------------------------------*/

TABLE
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	border-width: 0px;
}

TD
{
	vertical-align:top;
}