/**** ASHYS STYLE SHEET *****/


/** GENERAL STYLES BEGIN **/
	/*
	body {
		background-image: url(images/CamoTexture.jpg);		
	}
	*/
	
	img {	
		border: 0px;
		topmargin: 0px;
	}
	
	table {
		font-family: Verdana, Arial;
		font-size: 11px;
		color: #666666;
		font-height: 15px;
	}	
	
	.newsHeading {
		color: #3399CC;
		font-size: 10px;
		text-transform: uppercase;
		font-weight: bold;
	}
	
	.copyright {
		font-size: 11px;
		color: white;	
		text-transform: uppercase;
		padding: 0 0 0 3;
	}
	
	.formContent {
		padding: 0 30 0 20;
		color: #FFCCFF;	
	}
	
	.navigation a:link, .navigation a:visited  {
		color: white;
		text-transform: uppercase;
		padding: 2 0 0 15;
		font-weight: normal;			
	}
	
	.formContent a:link, .formContent a:visited {
		color: #FFCCFF;		
	}
	
	.formContent a:hover {
		color: #FED634;
	}		
	
	.navigation a:hover  {
		color: white;
		text-transform: uppercase;			
		text-decoration: underline;
		font-weight: normal;
	}			
	
	.posted {
		font-size: 9px;
		color: #666666;
	}
	
	.recordLabel{
		color: #B7B7B7;
		font-size: 10px;
	}
	
	.printArticle a:link, .printArticle a:visited{
		padding: 0 13 0 10;
		color: #63B1D8;
		font-weight: normal;
	}
	
	.printArticle a:hover {
		padding: 0 13 0 10;
		color: #206384;
		font-weight: normal;				
	}
	
	.artist {
		color: #B7B7B7;
		font-size: 10px;
	}
	
	.galleryPic {
		padding: 0 0 8 0;				
	}
	
	.preview {
		color: #3399CC; 
		font-size:10px;
		padding: 0 16 0 0;	
	}
	
	.contact {
		color: #3399CC;
		font-weight: bold;
	}
	
	a:link, a:visited {
		color: #FF00D2;
		text-decoration: none;
		font-weight: bold;	
	}
	
	a:hover{
		color: #FF66CC;
		text-decoration: underline;
		font-weight: bold;	
	}	

/** GENERAL STYLES END **/

/** FORM STYLES BEGIN **/

	.formField {
		color: #FFCC00;	
		font-weight: bold;
	}
	
	.textInput { 
		 font-family: Arial;	
		 font-size: 11px; 
		 background-color: #FFD633; 
		 border: 1px solid #FFD633; 
		 width: 110px;
		 height: 13px;
	}

	.textInputLaunch { 
		 font-family: Arial;	
		 font-size: 11px; 
		 background-color: #E1F0F7; 
		 border: 1px solid #CCCCCC; 
		 width: 210px;
		 height: 15px;
	}	

/** FORM STYLES END**/

/** NEWS BYTES STYLES BEGIN **/

	#newsbytes {
			width:210px; 
			height: 95px;
			color: #FF0000;
			font-weight: bold;			
	}

/** NEWS BYTES STYLES BEGIN **/