/* CSS Document */
/*------------------------------Gobal veriable----------------------*/
body {
			padding:0;
			margin:0;
			border:0;
			background-color:#E5E5E5;
			background-repeat:repeat-x;
			background-position:top;
			font-family:Arial,Tahoma,Helvetica, sans-serif;
			font-size:10px;
			}
p 	{
			padding:0;
			margin:0;
			}
button
	 {
	border-color: black;
	border-style: solid;
	border-width: thin;
	padding: 3px;
	font-size:14px;
	font-family: georgia;
	border-top-color:  red;
	border-left-color:  red;
	color: #003AB3;
	border-right-width: 4px;
	border-bottom-width: 4px;
}
			
img  
	{
		border:0;
		padding:0;
		margin:0;
	)
	
em {
	font: 12px Arial, Helvetica, sans-serif;
	color:#FF3300;
	letter-spacing:0px;
	font-style:italic;
}


/*------------------------------links----------------------*/

.lowerbody  (
			margin-left:20
			)
			
.toplink {
			font-size:11px;
			font-family:arial;
			font-weight:bold;
			color:#000000;
			text-decoration:none;
			}
			
.toplink:hover {
			color:#000000;
			}
			
/*------------------------------bodyleft----------------------*/

			
.bodyfont {
			font-size:10px;
			color:#C4C561;
			}
			
.date {
			font-size:11px;
			color:#FFFFFF;
			font-variant:small-caps;
			font-weight:bold;
			line-height:14px;
			}
			
.higlightedtext {
			font-size:11px;
			color:#EDC000;
			text-decoration:underline;
			line-height:14px;
			}

			
/*------------------------------footer----------------------*/

.footermenu {
			background-repeat:repeat-x;
			background-position:center;
			font-size:11px;
			color:#FFFFFF;
			padding-left:3px;
			padding-right:3px;
			text-decoration:none;
			font-weight:bold;
			}
			
.footermenu:hover {
			color:#FED800;
			}
			
/*------------------------------copyright----------------------*/

.copyright {
			font:arial;
			font-size:10px;
			color:#fff;
			}
			
			
