/* Global Styles */

p{
background-image:url(images/line.gif);
background-repeat:repeat;
line-height:22px;
}

input {
	font-size: 10pt;
	color: #333333;
	border: 1px dotted #996600;
}

.txt {
 color: #666666;
 background-color: #CAD799;
 border: 1px  dashed  #669900;
}

.chk {
	color: #666666;
	border: 1px none #669900;
	font-size: 10pt;
}

.select {
	color: #333333;
	border: 3px none #669900;
	font-size: 10pt;
}

.btn {
 color: #333333;
 background-color: #CAD799;
 border: 1px solid #715438;
}

.underline_yellow{
background:url(images/highlight.gif) repeat-x bottom;
}
.underline_red{
background:url(images/highlight_red.gif) repeat-x bottom;
}
.underline_purple{
background:url(images/highlight_purpure.gif) repeat-x bottom;
}

a:visited {
	color: #000000;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #336633;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

.style1 {
	font-size: 10pt;
	color: #333333;
	line-height: 22px;
}

.style2 {
	font-size: 10pt;
	color: #666666;
	line-height: 22px;	
}

.style3 {
	font-size: 10pt;
	color: #715438;
	line-height: 22px;	
}
.style4 {
	font-size: 18pt;
	color: #336633;
	font-weight: bolder;
}
.style5 {
	font-size: 10pt;
	color: #990000;
	font-weight: bold;
}
.style6 {
	font-size: 9pt;
	color: #000000;
}
.style7 {
	font-size: 9pt;
	color: #666666;
}

.pixeltable{
	border:1px solid #715438;
}

.round{ 
display:block;
} 
.round *{ 
display:block;
height:1px;
overflow:hidden;
background:#BFB486;
} 
.round1{ 
border-right:1px solid #dedaac;
padding-right:1px;
margin-right:3px;
border-left:1px solid #dedaac;
padding-left:1px;
margin-left:3px;
background:#cdc496;
} 
.round2{ 
border-right:1px solid #f1f0c2;
border-left:1px solid #f1f0c2;
padding:0px 1px;
background:#c9c092;
margin:0px 1px;
} 
.round3{ 
border-right:1px solid #c9c092;
border-left:1px solid #c9c092;
margin:0px 1px;
} 
.round4{ 
border-right:1px solid #dedaac;
border-left:1px solid #dedaac;
} 
.round5{ 
border-right:1px solid #cdc496;
border-left:1px solid #cdc496;
} 
.round_content{ 
padding:0px 5px;
background:#BFB486;
} 
