/* CSS Document */

/* This is the border around the tables 
   Change the border color (border-color) */
.fjBorderColor{border-color:#000000;
			   border-style:solid;
			   border-width:1px;
			   padding-bottom:3px;
			   padding-left:3px;
			   padding-right:3px;
			   padding-top:3px;}
			   
/* This is the the tile row
   Change the background color (background-color),
   font color (color) and font (font-family) */
.fjTitleColors{background-color:#990033;
			   color:#FFFFFF;
			   font-family:Verdana, Arial, Helvetica, sans-serif;
			   font-weight:bold;
			   font-size:10px;}
			   
/* This is the the tile text
   Change the font (font-family) */
.fjTitleText{font-family:Verdana, Arial, Helvetica, sans-serif;
			 font-size:12px;}
			 
/* This is the the company row
   Change the background color (background-color),
   font color (color) and font (font-family) */
.fjCompanyRow{background-color:#FFFFFF;
			  color:#990000;
			  font-family:Verdana, Arial, Helvetica, sans-serif;
			  font-weight:bold;
			  font-size:10px;}
			  
/* This is the the link
   Change the font color (color) and font (font-family) */
.fjLink{color:#990000;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:normal;
		font-size:10px;}
		
/* This is the the job description
   Change the font color (color) and font (font-family) */
.fjDescriptionText{color:#990000;
				   font-family:Verdana, Arial, Helvetica, sans-serif;
				   font-weight:normal;
				   font-size:10px;}
