/* Sekati Framework Page Styles */

body, html {
	margin: 0;
	/*margin-left: 10px;*/
	/*height: 100%;*/	
	background: #FFF;
	color: #999;
	font-family: Verdana, Arial, Helvetica, Geneva;
	font-size: 9px;
	}
	
li { 
	list-style: decimal-leading-zero inside;
	}
	
hr { 
	background-color: transparent; 
	color: #FFF; 
	border-bottom: 1px dotted #bbb; 
	border-top: none; 
	width: 100%; 
	height: 1px;
	text-align: left; 
	}
	
strong { 
	color: #333; 
	font-weight: normal; 
	}
	 
a, a:link, a:visited { 
	text-decoration: none; 
	color: #666
	}
	
a:hover { 
	color: #333; 
	border-bottom: 1px dotted #999; 
	}

h1 {
	font-size: 11px;
	font-weight: lighter;
	color: #bbb;	
	}

#flash_seo {
	position: relative;
	margin-left: 25px;
	margin-top: 50px;
	text-align: left;
	}

#flash_update { 
	position: relative;
	margin-left: 25px;
	margin-top: 25px;
	text-align: center;
	}