
* {
	margin: 0;
}

body{
	background-color: #FFE6E7;
	text-align: center;
	font-size:   14px;
	color: #333333;
}

h1 {
font-size: 120%; 
color: #333333;
line-height: 1.2em; }
h2 {
font-size: 98%; 
color: #0080ff;
line-height: 1em; }
h3 {
font-size: 80%; 
color: #333333;
line-height: 1em; }

/*
h1{
  font-size:120%;
}

h2{
  font-size:98%;
	color: #111333;
}}

*/

.mini{
  font-size:88%;
}

.sub{
  font-size:8pt;
}

td{
/*	font-size:   small;*/
/*	font-size: 12px;*/
	font-size:   100%;
	line-height: 1.3;
	color: #333333;
}

html,body{ 
 scrollbar-arrow-color:#888; 
 scrollbar-base-color:#ffffff; 
 scrollbar-face-color:#fff; 
 scrollbar-highlight-color:#ccc; 
 scrollbar-shadow-color:#ccc; 
 scrollbar-3dlight-color:#fff; 
 scrollbar-darkshadow-color:#fff; 
 scrollbar-track-color:#ffffff; 
}
input{font-size:10pt;border:2px double #bddfd6; color:#333333; background-color:#fafafa;}
/*
input{font-size:10pt;border:3px double #ffb3e6; color:#ff6699; background-color:#ffefff; cursor:hand;}
*/


DIV.box3 {
	WIDTH:800px;  MARGIN: 0px 0px; COLOR: #666;
	BORDER-RIGHT:  #aaa 1px solid; PADDING-RIGHT : 0px;
	BORDER-LEFT:   #aaa 1px solid; PADDING-LEFT  : 0px;
	BORDER-TOP:    #aaa 1px solid; PADDING-TOP   : 0px; 
	BORDER-BOTTOM: #aaa 1px solid; PADDING-BOTTOM: 0px; 
      
}

.round-top {
	background : #00ca00 url(./images/round_t_l.gif) no-repeat left top;
}
.round-top span {
	background : url(./images/round_t_r.gif) no-repeat right top;
	height: 10px;
	display: block;
}
.round-bottom {
	background : #00ca00 url(./images/round_u_l.gif) no-repeat left bottom;
}
.round-bottom span {
	background : url(./images/round_u_r.gif) no-repeat right bottom;
	height: 10px;
	display: block;
}
.round-body {
	font: 80%/150%;
	background: #00ca00;
	padding: 0 10px;
}
.round-body p { margin: 0px; }

#menu ul,#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li{
	float:left;
	background-color:#fdf8f4;
	border: 1px outset #ebfffe;
	margin-right: 1px;
}

#menu a,#menu a:link,#menu avisited{
	text-decoration: none;
	color: #275bb1;
	background-color: transparent;
	width: 125px;
	height: auto;
	text-align: center;
	padding: 2px 0;
	display: block;
	position: relative;
}

#menu a:hover{
	color: #ff9900;
	background-color:#ffffff;
	font-weight; bold;
	top: 0px;
}


