/* style.css */

/*a,h1,h2,h3,ul,div,td,th,nobr,ol,li,address
	{
	color : #000000;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	background-color : #DCDCDC;
	}
*/
a,ul,div,td,th,ol,li,address
	{
	color : #000000;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 0.9em;
	font-style : normal;
	font-weight : normal;
	background-color : #DCDCDC;
	}

h1,h2,h3
	{
	color : #000000;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	background-color : #DCDCDC;
	}
h1,
	{
	font-size : 0.9em;
	}

a:hover
	{
	color : #696969;
	text-decoration : none;
	background-color : #DCDCDC;
	font-weight : bold;
	}

a:link
	{
	color : #696969;
	text-decoration : none;
	background-color : #DCDCDC;
	}

a:visited
	{
	color : #696969;
	text-decoration : none;
	background-color : #DCDCDC;
	}

a:active
	{
	color : #696969;
	text-decoration : none;
	background-color : #DCDCDC;
	}

body
	{
	color : #000000;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	background-color : #DCDCDC;
	border : #C0C0C0;
	margin-bottom : 30px;
	margin-top : 30px;
	margin-left: 30px;
	margin-right: 30px;
	}

/*p
	font-size : 3.5em;
	{
	font-family : Courier New, Courier;
	font-size : 12pt;
        font-style : normal;
        font-weight : normal;
	}
pre
	{
	font-family : Courier New, Courier;
	font-size : 10pt;
        font-style : normal;
        font-weight : normal;
	}


h1
	{
	font-size : 10pt;
	}
h2
	{
	font-size : 11pt;
	}
h3
	{
	font-size : 12pt; 	font-weight : bold;
	}

input.field
	{
	border-width:1; border-color:000000;
	border-style:solid; background-color:12416C; color:FFFFFF;
	}

textarea.field
	{
	border-width:1; border-color:000000;
	border-style:solid; background-color:12416C; color:FFFFFF;
	}

*/
.content {
        color : #000000;
        font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
        font-size : 0.9em;
        font-style : normal;
        font-weight : normal;
        background-color : #DCDCDC;
        margin-bottom : 30px;
        margin-top : 30px;
        margin-left: 30px;
        margin-right: 30px;
}
	

