/* CMN CSS */

BODY 							{	margin-left: 0px;
									margin-top: 0px;
									margin-right: 0px;
									margin-bottom: 0px;
									background-image:url('images/bg_fade-blue.jpg');
									background-position:top left;
									background-repeat:repeat-x;
									background-color:#97A3FF; }
							
IMG								{	border:none; }

INPUT							{	border:1px #8F8F92 solid;
									padding:2px 2px 2px 2px;	/* Top Right Bottom Left */
									margin:1px 1px 1px 2px;	/* Top Right Bottom Left */
									background:#FFFFFF;
									font-family:Tahoma, Arial, sans serif; 
									font-size:11px;
									color:#4D4D4D;
									height:20px; }
							
SELECT							{	border:1px #8F8F92 solid;
									background:#FFFFFF;
									padding:2px 2px 2px 2px;	/* Top Right Bottom Left */
									margin:1px 1px 1px 2px;	/* Top Right Bottom Left */
									font-family:Tahoma, Arial, sans serif; 
									font-size:11px;
									color:#4D4D4D;
									height:20px; }
							
TEXTAREA						{	border:1px #8F8F92 solid;
									background:#FFFFFF;
									padding:2px 2px 2px 2px;	/* Top Right Bottom Left */
									margin:1px 1px 1px 2px;	/* Top Right Bottom Left */
									font-family:Tahoma, Arial, sans serif; 
									font-size:11px;
									color:#4D4D4D; }

/* -----[ TABLE FORMATING ]------------------------------------------------------------------------------- */

table.picture					{	border-width: 1px 1px 0px 0px;
									border-style: solid;
									border-color: #D6D6D6; }
							
td.picture						{	border-width: 0px 0px 1px 1px;
									border-style: solid;
									border-color: #D6D6D6;
									padding: 5px 5px 5px 5px;	/* Top Right Bottom Left */
									vertical-align:middle;
									height:120px; }							
						
td.picturepadding				{	padding: 1px 4px 1px 4px;	/* Top Right Bottom Left */
									vertical-align:top; }

/* -----[ CONTENT FORMATING ]----------------------------------------------------------------------------- */

.bg_aurora						{	background-image:url('images/aurora.gif');
									background-position:top left;
									background-repeat:no-repeat; }

.bg_body						{	background-image:url('images/bg_body.gif');
									background-position:top;
									background-repeat:repeat-y; }

.bg_fade-orange					{	background-image:url('images/bg_fade-orange.jpg');
									background-position:top left;
									background-repeat:repeat-x; }

.bg_rainbow						{	background-image:url('images/bg_rainbow.jpg');
									background-position:bottom left;
									background-repeat:no-repeat; }
							
.body							{	font-family: Tahoma, Arial, sans serif; 
									font-size: 12px;
									line-height: 15px;
									color:#243271; }
									
.checkbox						{	border:0px;
									border-style:none; }
							
.footer							{	font-family: Tahoma, Arial, sans serif; 
									font-size: 11px;
									line-height: normal;
									color:#243271; }
							
.header							{	font-family: Tahoma, Arial, sans serif; 
									font-size: 11px;
									line-height: 14px;
									color:#FFFFFF; }
									
.pt10grey						{	font-family: Tahoma, Arial, sans serif; 
									font-size: 10px;
									line-height: 14px;
									color:#666666; }
									
.submitPreview			{	font-family: Tahoma, Arial, sans serif; 
									font-size: 12px;
									line-height: 15px;
									color:#333333; }
							
							
/* -----[ A LINKS ]------------------------------------------------------------------------------- */


A.body:link 					{	color: #3CAA48;
									text-decoration: underline; }				
A.body:hover 					{	color: #3CAA48;
									text-decoration: none; }
A.body:visited					{	color: #3CAA48;
									text-decoration: underline; }
A.body:active					{	color: #3CAA48; }

A.footer:link 					{	color: #243271;
									text-decoration: none; }				
A.footer:hover 					{	color: #243271;
									text-decoration: underline; }
A.footer:visited				{	color: #243271; }
A.footer:active					{	color: #243271; }

A.white:link 					{	color: #FFFFFF;
									text-decoration: underline; }				
A.white:hover 					{	color: #FFFFFF;
									text-decoration: none; }
A.white:visited					{	color: #FFFFFF;
									text-decoration: underline; }
A.white:active					{	color: #FFFFFF; }	

A:link 							{	text-decoration: none;}  		/* for unvisited links */
A:hover 						{	text-decoration: underline;}
A:visited 						{	text-decoration: none;} 		/* for visited links */
A:active 						{	} 								/* when link is clicked */
