.leftimg{
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
}
.rightimg{}

h1{
	font-size: 30px;
	letter-spacing: -1px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #000000;


}
h2{
	color: #000000;

	text-align: left;
	font-size: 20px;


	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;

}


h3{
	color: #000000;
	font-size: 16px;

	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;

}


.font-25{}

/* page */


.page {
	TEXT-ALIGN: center;
	width: 96%;
	color: #666666;
	font-weight: bold;
	padding: 2%;
	float: left;
	font-size: 11px;
}

.page a {
-webkit-border-radius:50px;
-moz-border-radius:50px;
border-radius:50px;
background-color: #FFFFFF;
color: #333333;
letter-spacing: 1px;
behavior: url(css/PIE.htc);
text-decoration: none;
height: 16px;
width: 16px;
padding: 2px;
margin-right: 5px;
font-weight: normal;
float: left;
}
.page a:hover {
font-weight: bold;
color: #000000;
background-color: #CCCCCC;
}
.page a.current{
text-shadow: 0 1px 1px rgba(0,0,0, .5);
-webkit-border-radius:50px;
-moz-border-radius:50px;
border-radius:50px;
background-color: #333333;
color: #FFFFFF;
letter-spacing: 1px;
behavior: url(css/PIE.htc);
text-decoration: none;
font-weight: bold;
}





.botton03{
color: #ffffff;
text-shadow: 0 2px 2px rgba(0,0,0, .3);
border: 1px solid #ffffff;
text-align: center;

-webkit-box-shadow: #999 0px 1px 6px;
-moz-box-shadow: #999 0px 1px 6px;
box-shadow: #999 0px 1px 6px;
background: #666666;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#666666), to(#000000));
background: -webkit-linear-gradient(#666666, #000000);
background: -moz-linear-gradient(#666666, #000000);
background: -ms-linear-gradient(#666666, #000000);
background: -o-linear-gradient(#666666, #000000);
background: linear-gradient(#666666, #000000);
-pie-background: linear-gradient(#666666, #000000);

behavior: url(../css/PIE.htc);

-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

padding-top: 4px;
padding-right: 10px;
padding-bottom: 4px;
padding-left: 10px;
margin-right: 8px;


}

.botton03:hover  {
color: #FFFFFF;
text-shadow: 0 2px 2px rgba(0,0,0, .3);
border: 1px solid #FFFFFF;

background: #F77F31;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F77F31), to(#FF6600));
background: -webkit-linear-gradient(#F77F31, #FF6600);
background: -moz-linear-gradient(#F77F31, #FF6600);
background: -ms-linear-gradient(#F77F31, #FF6600);
background: -o-linear-gradient(#F77F31, #FF6600);
background: linear-gradient(#F77F31, #FF6600);
-pie-background: linear-gradient(#F77F31, #FF6600);

}
.botton03:active {
position: relative;
top: 2px;
left: 2px;
}





.input-text{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	border: 1px solid #FFFFFF;
	padding: 3px;

}





.datetable {
	overflow:hidden;
	border:1px solid #d3d3d3;
	background:#fefefe;
	width:100%;


-moz-border-radius:5px; /* FF1+ */
-webkit-border-radius:5px; /* Saf3-4 */
	border-radius:5px;
	margin-right: auto;
	margin-left: auto;
	behavior: url(css/PIE.htc);
	margin-top: 20px;
}



.datetable th {
	padding-left: 10px;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-shadow: 1px 1px 1px #fff;
	background:#DDDDDD;
	height: 28px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.datetable td {

	padding-left: 10px;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
border-top:1px solid #e0e0e0;
border-right:1px solid #e0e0e0;
text-align: left;
}

.datetable tr.odd-row td {background:#f6f6f6;}

.datetable td.first, th.first {text-align:left}

.datetable td.last {border-right:none;}

/*
Background gradients are completely unnecessary but a neat effect.
*/

.datetable td {
background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);
background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe));
behavior: url(css/PIE.htc);
}

.datetable tr.odd-row td {
background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f1f1f1), to(#f6f6f6));
behavior: url(css/PIE.htc);
}

.datetable th {
background: -moz-linear-gradient(100% 20% 90deg, #e8eaeb, #ededed);
background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed), to(#e8eaeb));
behavior: url(css/PIE.htc);
}

/*
I know this is annoying, but we need additional styling so webkit will recognize rounded corners on background elements.
Nice write up of this issue: http://www.onenaught.com/posts/266/css-inner-elements-breaking-border-radius

And, since we've applied the background colors to td/th element because of IE, Gecko browsers also need it.
*/

.datetable tr:first-child th.first {
-moz-border-radius-topleft:5px;
-webkit-border-top-left-radius:5px; /* Saf3-4 */
}

.datetable tr:first-child th.last {
-moz-border-radius-topright:5px;
-webkit-border-top-right-radius:5px; /* Saf3-4 */
}

.datetable tr:last-child td.first {
-moz-border-radius-bottomleft:5px;
-webkit-border-bottom-left-radius:5px; /* Saf3-4 */
}

.datetable tr:last-child td.last {
-moz-border-radius-bottomright:5px;
-webkit-border-bottom-right-radius:5px; /* Saf3-4 */
}
	
	
	
.b{

	font-weight: bold;
}

.font-15{
	font-size: 15px;

}

.color-1{
	color: #FF6600;
}

.img01{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	behavior: url(css/PIE.htc);


	-webkit-box-shadow: #666 1px 3px 5px;
	-moz-box-shadow: #666 1px 3px 5px;
	box-shadow: #666 1px 3px 5px;
}
