/* ------------------------------------ HTML */

a			{
			font-family: "Times New Roman", Times, serif;
			font-size: 14px;
			color: #003366;
			text-decoration: none;
			}

td 			{
			font-family: "Times New Roman", Times, serif;
			font-size: 14px;
			color: #003366;
			}

input		{
			font-family: "Times New Roman", Times, serif;
			color: #FFFFFF;
			font-weight: bold;
			background-color: #333399;
			height: 20px;
			width: 170px;
			border: 1px solid #000000;
			font-size: 14px;
			text-align: left;
			vertical-align: middle;
			}
			
.number		{
			font-family: "Times New Roman", Times, serif;
			color: #FFFFFF;
			font-weight: bold;
			background-color: #333399;
			height: 20px;
			width: 50px;
			border: 1px solid #000000;
			font-size: 14px;
			text-align: left;
			vertical-align: middle;
			}

select		{
			font-family: "Times New Roman", Times, serif;
			color: #FFFFFF;
			font-weight: bold;
			background-color: #333399;
			height: 20px;
			width: 170px;
			border: 1px solid #000000;
			font-size: 14px;
			text-align: left;
			vertical-align: middle;
			}
			
.month		{
			font-family: "Times New Roman", Times, serif;
			color: #FFFFFF;
			font-weight: bold;
			background-color: #333399;
			height: 20px;
			width: 100px;
			border: 1px solid #000000;
			font-size: 12px;
			text-align: left;
			vertical-align: middle;
			}
		
textarea	{
			font-family: "Times New Roman", Times, serif;
			color: #FFFFFF;
			font-weight: bold;
			background-color: #333399;
			width: 170px;
			border: 1px solid #000000;
			font-size: 14px;
			text-align: left;
			vertical-align: middle;
			}

form		{
			margin: 0px;
			}

li 			{
			font-family: "Times New Roman", Times, serif;
			font-size: 14px;
			color: #003366;
			text-decoration: none;
			text-align: justify;
			margin-left: -15px;
			margin-bottom: 7px;
			margin-right: 7px;
			}

/* ------------------------------------ LINKS */

.main										{
											font-family: "Times New Roman", Times, serif;
											font-size: 14px;
											color: #FFFFFF;
											text-decoration: none;
											}
											
a.main:link, a.main:visited, a.main:active	{
											font-family: "Times New Roman", Times, serif;
											font-size: 14px;
											color: #FFFFFF;
											text-decoration: none;
											}

a.main:hover								{
											font-family: "Times New Roman", Times, serif;
											font-size: 14px;
											color: #000066;
											text-decoration: none;
											}

a:link, a:visited, a:active					{
											font-family: "Times New Roman", Times, serif;
											font-size: 14px;
											color: #003366;
											text-decoration: none;
											}

a:hover										{
											font-family: "Times New Roman", Times, serif;
											font-size: 14px;
											color: #3399FF;
											text-decoration: none;
											}
											
											

/* ------------------------------------ TXT */

.txt_j 		{
			font-family: "Times New Roman", Times, serif;
			font-size: 14px;
			color: #003366;
			text-align: justify;
			line-height: 18px;
			}
			
.txt 		{
			font-family: "Times New Roman", Times, serif;
			font-size: 14px;
			color: #003366;
			line-height: 18px;
			}

/* ------------------------------------ ADDRESS */

.address											{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	line-height: 18px;
													}

a.address:link, a.address:visited, a.address:active {
													font-family: "Times New Roman", Times, serif;
													font-size: 14px;
													color: #003366;
													text-decoration: none;
													}

a.address:hover 									{
													font-family: "Times New Roman", Times, serif;
													font-size: 14px;
													color: #3399FF;
													text-decoration: none;
													}

/* ------------------------------------ SEARCH */

.send	{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #FFFFFF;
			height: 20px;
			width: 50px;
			font-size: 10px;
			text-align: center;
			vertical-align: middle;
		}

.search		{
			font-family: "Times New Roman", Times, serif;
			color: #FFFFFF;
			background-color: #333399;
			height: 20px;
			width: 70px;
			border: 1px solid #000000;
			margin: 2px;
			font-size: 14px;
			text-align: left;
			vertical-align: middle;
			}

/* ------------------------------------ IMAGES */

.images	{
		border: 5px solid #003366;
		}
