/* Title Bar */
.title			{
				font-size: 24px;
				text-align: center;
				font-weight: bold;
				text-decoration: underline;
				background-color: #cccccc;
				font-variant: small-caps;
				}
.titlebtn	    {
				text-align: center;
				background-color: #cccccc;
				width: 75px;
				}
.grey			{
				text-align: center;
				background-color: #cccccc;
				border: none;
				}
input			{
				font-family: Verdana;
				font-size: 8pt;
				color: #3366ff;
				background-color: #ebeced;
				font-weight: bold;
				border: solid #000000;
				border-width: thin;
				font-variant: small-caps;
				}
/* Main Section */
body 			{ 
		 		font: 18px Verdana;
		  		color: #006699;
				text-align: center;
				scrollbar-face-color: #ffffff;
				scrollbar-highlight-color: #000000;
				scrollbar-shadow-color: #000000;
				scrollbar-3dlight-color: #a3b2cc;
				scrollbar-arrow-color: #000000;
				scrollbar-track-color: #a3b2cc;
				scrollbar-darkshadow-color: #a3b2cc;
				}
a:link, a:visited, a:active {
				text-decoration: none;
				color: #006699;
				}
a:hover			{
				text-decoration: none;
				color: #ff0000;
				}
table			{
				font: 12px Verdana;
				color: #006699;
				text-align: center;
				width: 100%;
				}
tr, td			{
				font: 12px Verdana;
				color: #006699;
				text-align: center;
				}
.udt			{
				font-weight: bold;
				font-size: 20px;
				text-decoration: underline;
				}
.photo		    {
				width: 300px;
				}
img				{
				border: 0;
				}			