/* MAIN */

html						{	height:100%;
								width:100%; } 
								
body 						{ 	height:100%;
								width:100%;
								margin: 0 0 0 0;	
								padding: 0;
								
								background-color: #fffcf2; }
								
								/* background: url(../images/background/bg_photo.jpg); background-attachment:fixed; } */
								/* min-width:800px; */
								/* min-height:600px; */								
								/* text-align: center; */

body, td	 				{ 	font-size: 12px;
								line-height: 14px; 	
								font-family: Arial;
								color: #404040; }
						
form 						{	margin: 0;}
hr	 						{	margin: 0; padding:0;}


/* MAIN LINKS */

a:link 						{ 	color: #147491; text-decoration: none; }		
a:visited 					{ 	color: #147491; text-decoration: none; }
a:hover 					{ 	color: #c92127; text-decoration: none; }
a:active 					{ 	color: #c92127; text-decoration: none; }	


/* CUSTOM COLORS */

.color_blue					{	color: #147491; } 
.color_gray					{	color: #404040; }
.color_green				{	color: #319746; }
.color_red					{	color: #c92127; } 	


/* CUSTOM CLASSES */

.indent						{	padding-top: 50px; padding-left: 50px; }	

.bg1						{ 	background-image: url(../images/background/bg1.gif); background-repeat: no-repeat; background-attachment: fixed; }
.bg2						{ 	background-image: url(../images/background/bg2.gif); background-repeat: no-repeat; background-attachment: fixed; }
.bg3						{ 	background-image: url(../images/background/bg3.gif); background-repeat: no-repeat; background-attachment: fixed; }
.bg4						{ 	background-image: url(../images/background/bg4.gif); background-repeat: no-repeat; background-attachment: fixed; }

.color_blue a:link 			{ 	color: #147491; text-decoration: none; }		
.color_blue a:visited 		{ 	color: #147491; text-decoration: none; }
.color_blue a:hover 		{ 	color: #319746; text-decoration: none; }
.color_blue a:active 		{ 	color: #319746; text-decoration: none; }	

.color_red a:link 			{ 	color: #c92127; text-decoration: none; }			
.color_red a:visited 		{ 	color: #c92127; text-decoration: none; }
.color_red a:hover 			{ 	color: #319746; text-decoration: none; }
.color_red a:active 		{ 	color: #319746; text-decoration: none; }	

