/* 

	Universal iPhone UI Kit 1.0
	Author: Diego Martˆ‚n Lafuente.
	E-Mail: dlafuente@gmail.com
	AIM: Minidixier
	Licence: AGPLv3
	date: 2008-08-09
	
	URL: www.minid.net
	SVN URL: http://code.google.com/p/iphone-universal/source/checkout
	Download: http://code.google.com/p/iphone-universal/downloads/list
	
	*/
/*html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6{  
    margin:0;  
    padding:0;  
    -webkit-text-size-adjust:none;  
    } 
	*/
body{
	font-family: Helvetica;
	color: #FFFF99;
	line-height: normal;
	margin: 0 0 0 10px;
	padding: 0px;
	/*	background-image: url(/image/stripeBG.jpg);
	background-repeat: repeat-y;*/
	background-color: #006600;
	font-size: 90%;
	font-weight: normal;
	-webkit-user-select: none;
	text-align: justify;
}
.footer{
	font-family: Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

.footerLarger{
	font-family: Helvetica;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}


a{
	color: #123456;
	text-decoration: none;
}

a:link{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #FFFF00;
	text-decoration: underline;
	background-color:#660000;
	font-weight: bold;
	text-align: center;
}

h1{
	font-family: Helvetica;
	font-size: 26px;
	font-weight: bold;	
	color: #660000;
	margin: 0px;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	background-image: url(/image/largerStripe.jpg);
	line-height: 16px;
}

h2{
 font-family: Helvetica;
 font-size: 114%;
/* color: #660000;
*/ margin: 0px;
 padding: 0px;
 background-color: #BF0000;
 color: #FFFF00;
}

h3{
 font-family: Helvetica;
 font-size: 100%;
 color: #660000;
 margin: 0px;
 padding: 0px;
}

h4{
	font-family: Helvetica;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 3px;
	background-color: #005000;
	color: #FFFF00;
}

h5{
	font-family: Helvetica;
	font-size: 115%;
	margin: 0px;
	padding: 3px;
	color: #FF6600;
	background-color: #005000;
	text-align: justify;
}
h6{
 font-family: Helvetica;
 font-size: 16px;
 color: #FFFFFF;
 margin: 0px;
 padding: 0px;
 font-weight: bold;

}

high{
 font-family: Helvetica;
 font-size: 9px;
 color: #CCCCCC;
 margin: 0px;
 padding: 0px;
}
low{
 font-family: Helvetica;
 font-size: 10px;
 color: #FFFFFF;
 margin: 0px;
 padding: 0px;
 font-weight: bold;
}
