.orangeborder{
	border : 2px solid orange;
	margin : 5px 0 0 0;
}

h1{
	color : #777777;
	background-image : url(../img/layout/h1.png);
	background-position: bottom;
	background-repeat : no-repeat;
	font : 1.5em normal Georgia, "Times New Roman", Times, serif;
	text-align : center;
	margin-bottom : 10px;
}

h2{
	color : #777777;
	font : 1.2em normal Georgia, "Times New Roman", Times, serif;
}

h3{
	color : #FEA202;
	font : 1.3em normal Georgia, "Times New Roman", Times, serif;
	padding : 20px 0 10px 0;
}

h4{
   font : 1.2em bold Georgia, "Times New Roman", Times, serif;
	padding-top : 15px;
	font-weight : bold;
	text-align : center;
}

h5{
	color : white;
	font : 1.2em normal Georgia, "Times New Roman", Times, serif;
	font-weight : bold;
}

p{
	font-family : Georgia,times, serif;
	font-size : 1em;
	font-style : normal;
}

.orange{
	color : #FEA202;
}

.white{
	color : white;
}

.blue{
	color : #00CCFF;
}

a{
	font-family: Tahoma,Georgia,times, serif;
	font-size: 1em;
	font-style: normal;
	color : #00CCFF;
}

.testimony{
	font-weight : bold;
	font-style : italic;
}

.titleSubMenu{
	padding : 10px 0 0 0;
}



p::selection {
	background: #FEA202;
}
p::-moz-selection {
	background: #FEA202;
}

b::selection {
	background: #FEA202;
}
b::-moz-selection {
	background: #FEA202;
}

i::selection {
	background: #FEA202;
}
i::-moz-selection {
	background: #FEA202;
}

h1::selection {
	background: #00CCFF;
}
h1::-moz-selection {
	background: #00CCFF;
}

h2::selection {
	background: #00CCFF;
}
h2::-moz-selection {
	background: #00CCFF;
}

h3::selection {
	background: #00CCFF;
}
h3::-moz-selection {
	background: #00CCFF;
}

h4::selection {
	background: #00CCFF;
}
h4::-moz-selection {
	background: #00CCFF;
}

h5::selection {
	background: #FEA202;
}
H5::-moz-selection {
	background: #FEA202;
} 
