@charset "iso-8859-2";
/* CSS Document */

.bordaMain {
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #00458e;
	border-bottom-color: #00458e;
	border-left-color: #00458e;
}
.backgrond_main {
	background-image:url(../imgs/deg1.gif);
	background-repeat:repeat-x;
}

.title1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #4674be;
	text-decoration: none;			
}
.title2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #da251d;
	text-decoration: none;	
}
.title3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #da251d;
	text-decoration: none;	
}
.text2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #c61810;
	text-decoration: none;	
}
.text1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #4674be;
	line-height:18px;
}

.link2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #4674be;
	text-decoration: none;			
}
.link2:hover {
	color: #c61810;	
}
.link1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #4674be;
	text-decoration: none;			
}

.link1:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #4674be;
	text-decoration: underline;			
}
.input {
	border:none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #4674be;
	width:99%;
	background:transparent;
}
.input:hover {
	border:none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color:#4674be;
}
.textarea {
	border:none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #4674be;
	width:99%;
	background:transparent;
	height:200px;
	padding-top:6px;
}
.textarea:hover {
	border:none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color:#4674be;
}