

/*

	hybrid design of
	zenlike1.0 by nodethirtythree design
	and
	Nonzero1.0 by nodethirtythree design
	http://www.nodethirtythree.com

*/




/* -------------------------------------------------------- */
/* --------------- fonts headings etc ------------------------------ */

body
{
background: #000000 ;
padding: 35px 0px 35px 0px;
background: url('/_welcome/images/bg.jpg') top repeat;
}

body, input
{
font-size: 10pt;
font-family: "trebuchet ms", helvetica, sans-serif;
color: #333333;
}


p
{
line-height: 1.8em;
text-align: justify;
margin-bottom: 2.0em; 
}

a
{
text-decoration: underline;
color: #4C60B5;
}

a:hover
{
text-decoration: none;
background-color: #4C60B5;
color: #FFFFFF ;
}


h3 span
{
font-weight: normal;
}

h3, h4
{
display: inline;
font-weight: bold;
background-repeat: no-repeat;
background-position: right;
}

h3
{
font-size: 1.3em;
padding-right: 34px;
}

h4
{
font-size: 1.2em;
padding-right: 28px;
}

.Scope
{
color: #436500;
font-weight:bold;
}





/* -------------------------------------------------------- */

/* ------------------- lists --------------------- */



ul
{
list-style: none;

}

ul.bullets li
{
line-height: 2em;
background:transparent url('/_welcome/images/arrows_right.gif') no-repeat left center;
margin: 0 0 0 5px;
padding: 0 0 0 25px;
}



.SubmitMessage
{
font-weight:bold;
color:#ffffff;
background-color:#336633;
padding:5px;
margin-bottom:10px;
font-size:1.3em;

}






