/* CSS Document */
* 
{
    margin:0px;
    padding:0px;
}

/* LINKS */

a:link		{color: #000000; text-decoration: underline; }
a:visited 	{color: #000000; text-decoration: underline; }
a:active	{color: #000000; text-decoration: underline; }
a:hover		{color: #000000; text-decoration: none; }  

/* HTML, BODY, DIVS */

html {
	width: 100%;
	height:100%;
}

body
{
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    font-family: Verdana, tahoma, Helvetica, sans-serif;
    font-size: 10px;
    color:#000000;
}

div.s_container{
	width:1000px;
	height:300px;
	color:#FFFFFF;
	margin:0 auto;
	border:1px solid #000000;
}

div.s_logodiv {
	background-color:#ff0000;
	width:100%;
}

div.s_tablecontainer {

}

/* TABLES */

/* H + P */
h1
{
}

p.s_maintekst 
{
    font-family: arial, Helvetica, sans-serif;
    font-size: 14px;
    color:#000000;
    margin:100px 10px 50px 10px;
    padding:0px 5px 0px 0px;
    text-align:center;
}

/* UL, OL, LI */

/* IMAGES */
	
img {
	border:0px;
	padding:0px;
	margin:0px; 
}

