*				{
					margin: 0;
					padding: 0;
					vertical-align: baseline;
				}
body			{	
					font-family: Arial,Sans-Serif,Tahoma;
					font-size: 62.5%; 
					background: #FFFFFF url(body-bgd.jpg) repeat-x;
					
					color: #385D7A;
				}
img				{
					border: none;
				}
p				{	
					line-height: 1.4em;
					margin: 5px 0;
				}
address 		{ 
					font-style:normal 
				}
hr 				{
					display: none;
				}
ol, ul 			{
					margin: 0 0 0 25px;
				}
h1				{
					font-size: 1.4em;
					color: #385D7A;
				}
h2				{	
					font-size:1.2em;
					color: #385D7A; 
				}
h3				{	
					font-size:1.2em;  
				}
h4				{	
					font-size:1em; 
				}
h5				{	
					font-size:0.8em; 
					font-weight: normal;
				}
h6				{	
					font-size:1em; 
				}
fieldset		{
					border: none;
				}
select			{
					background: #FFFFFF;
					border: 1px solid #999999;
					color: #000000;
					font-size: 1em;
					padding: 0 0 0 2px;
				} 
.textfield		{  
					font-size: 0.9em;
					background: #FFFFFF;
					COLOR: #193B30;
					border: 1px solid #999999;
					margin: 0;
					padding: 2px;
				}
.textfield:focus	{
					border: 1px solid #EE0E0F;
				}
.button			{
					font-size: 1em;
					font-weight: bold;
					background: url(button-bgd.png) repeat-x;
					padding: 3px;
					height: 25px;
					color: #FFFFFF;
					border: none;
					text-transform:capitalize;
				}
table			{
					width: 100%;
					border-collapse: collapse;
					border-spacing: 0;
				}
td				{
					vertical-align:top;
				}
thead			{
					font-size: 1.1em;
					font-weight: bold;
					background: #FFFFFF;
				}
th				{
					text-align: left;
				}	
.align-center	{
					text-align: center;
				}
.align-right	{
					text-align: right;
				}
.align-justify	{
					text-align: justify;
				}
.display-inline	{
					display: inline-block;
					zoom: 1;
					*display: inline;
				}
.clear			{
					clear: both;
				}
.bold			{
					font-weight: bold;
				}
.hidden			{
					display: none;
				}