body
{
	font-family: sans-serif;
	font-size: 62.5%;
	background-color: #fff;
	color: #000;
}

*
{
	margin: 0;
	padding: 0;
}

p, li, h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	font-size: 1em;
}

a:link, a:visited, a:hover, a:active, a:focus
{
	text-decoration: none;
	color: #000;
}


.mainDiv {
	border-left-color:#c6c6c6; 
	border-left-style:solid;
        border-left-width:1px;

	border-right-color:#c6c6c6;
        border-right-style:solid;
        border-right-width:1px;

	border-bottom-color:#c6c6c6;
        border-bottom-style:solid;
        border-bottom-width:1px;


	border-top-color:#c6c6c6;
        border-top-style:solid;
        border-top-width:3px;


        margin-top: 10px;
/*        padding: 1px;*/
}

.startImage {
	float:left; 
	padding:0px; 
	margin-right:10px; 
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid #c6c6c6;
}




