  @font-face {
    font-family: Microsoft Sans Serif;
    font-style:  normal;
    font-weight: normal;
	font-size: 16px;
    src: url(kaz.eot);
  }

	body, td, textarea, select, input, p, option {
		font-family: Tahoma;
		font-size: 11px;
	}
	
	body, form, input, select {
		margin: 0px;
		padding: 0px;
	}
	
	img {
		border: 0px;
	}
	
	p {
		text-align: justify;
		margin-top: 10px;
		font-size:13px
		margin-bottom: 10px;
	}
	
	a:link, a:visited {
		color: #444444;
		text-decoration: none;
	}

	a:hover {
		color: #444444;
		text-decoration: underline;
	}
	
	.firstLetter:first-letter {
		color: #28368D;
		font-weight: bold;
		margin-left: 15px;
	}

	.button {
	font-size: 11px;
	background-color: #C1D2EE;
	border: double 1px #316AC5;
	color: #316AC5;
	font-weight: bold;
	width: 100%;
	height: 20px;
	margin-top: 3px;
	margin-bottom: 3px;
	cursor: hand;
	}

	.textbox {
	font-size: 11px;
	background-color: #FFFFFF;
	border-width: 1px;
	width: 100%;
	cursor: default;
	}

