/* CSS Document */

<!--

body				{
	background-color: #414D76;
	font-size: 8pt;
	background-image: url(images/bgBody.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

td 					{font-family: Verdana, Arial; font-size: 8pt; color: #565656}

input,select		{font-family: Verdana, Arial; font-size: 8pt; border-color: #454545; border-width: 1px}

.button 			{font-size: 7.5pt; color: #333333; border-color: #C8C7CB; border-width: 1px; background-color: #C8C7CB; cursor: hand}

a	 				{color: #0066CC; text-decoration: none}

a:hover 			{text-decoration: underline}

.title 				{font-size: 13pt; color: #414889}

.titleSub			{color: #374A95}

.white				{color: #FFFFFF}

a.white				{color: #FFFFFF; text-decoration: none}

a.white:hover		{text-decoration: underline}

.gray				{background-color: #FEFEFE}

-->