/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EEE8FF;
}

P  {
 font-size : 12px;
 font-family : Geneva, Arial, Helvetica, sans-serif;
 color : black;
} 
.tabla2  {
	border-right-color: #0B0183;
	border-right-style: solid;
	border-bottom-color: #0B0183;
	border-bottom-style: solid;
	border-right-width: thin;
	border-bottom-width: thin;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #CC3300;
	font-style: normal;
}
H2 {
 font-size : 2pt;
 font-family : Arial, Helvetica, sans-serif;
 text-decoration : underline;
 text-align : center;
 background-color : #cc3300;
}

H3 {
 font-size : 2pt;
 font-family : Arial, Helvetica, sans-serif;
 text-decoration : underline;
 text-align : center;
 background-color : #ffffff;
}

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #00CCCC;
	color: #333399;
	}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC33;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: circle;
	}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: decimal;
	list-style-position: outside;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #CC3300;
	font-style: normal;
	font-weight: 200;
}
.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC3300;
	font-style: normal;
	font-weight: 200;
}
.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}
.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}
A:link {text-decoration:none;color:#070158;}
  A:visited {text-decoration:none;color:#070158;}
  A:active {text-decoration:none;color:#cc3300;}
  A:hover {text-decoration:none;color:#C6C106;font-weight:bold
   }
.A:link {text-decoration:none;color:#070158;}
  .A:visited {text-decoration:none;color:#070158;}
  .A:active {text-decoration:none;color:#FFFFFF;}
  .A:hover {text-decoration:none;color:#FFFFFF;font-weight:bold
   }
tabla2 {
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC3300;
	border-right-color: #CC3300;
	border-bottom-color: #CC3300;
	border-left-color: #CC3300;
}

.tabla3 {
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
}

