body, 
p, 
li, 
input, 
select, 
textarea { font: normal 12px Verdana, Arial, Tahoma, sans-serif; color: #646464; }

a {
	color : #295A94;
	background-color : transparent;
	font-weight : bold;
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

address {
	font-size : 9px;
	font-style : normal;
	text-align : left;
	line-height : 12px;
}

b, strong {
	font-weight : bold;
}

blockquote, blockquote p, blockquote td {
	margin : 10px;
	padding : 0px 10px 0px 10px;
	color : #000000;
	background-color : transparent;
	font-size : 11px;
	font-style : italic;
	text-align : justify;
}
blockquote h6 {
	font-style : normal;
}

div, p, th, td, dd, dl, dt {
	/* redundant selectors to help NS4 not forget */
	color : #333333;
	font-size : 12px;
}

form {
	padding : 0px;
	margin : 0px;
}



h1 {
	font: normal 24px Arial, Verdana, sans-serif;
	color: #295A94;
	margin: 5px 0;
	background:transparent url(/images/kamcc_h1.gif) no-repeat scroll right top;
padding-bottom:5px;
padding-right:50px;
padding-top:7px;
}


h2, h3, h4, h5, h6 {
	margin : 0 0 5px 0;
	font-weight : bold;
	color: #295A94;
}

h2{
	/*font-size : 18px;
	*/
	font-size : 18px;
}

h3 {
	/*font-size : 16px;
	*/
	font-size : 17px;
}

h4 {
	/*font-size : 14px;
	*/
	font-size : 14px;
}

h5{
	/*font-size : 12px;
	*/
	font-size : 13px;
}

h6 {
	/*font-size : 9px;
	*/
	font-size : 11px;
}

hr {
	color : #333333;
	height : 1px;
}

i, em {
	font-style : italic;
}

img {
	border : 0px;
	display : block;
}

ol li {
	color : #333333;
	font-size : 12px;
	line-height : 15px;
}
ul li {
	list-style-type : square;
	color : #333333;
	font-size : 12px;
	line-height : 15px;
}

select {
	color : #333333;
	font-size : 10px;
}

sup, sub {
	font-weight : normal;
}

ul, ol {
	margin-top : 5px;
	margin-right : 5px;
}

