/* James Design Studios */
/* Revised 10-june-09 */


/* Generic styles */

body {
	
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
	background-color: #898e9c;
}

/* END Generic styles */

/* font styles */


a:link {  
font-family: Arial, Helvetica, sans-serif;  
color: #44474e;
text-decoration: none

}

a:active { 
font-family: Arial, Helvetica, sans-serif; 
color: #44474e; 
text-decoration: none
}

a:visited { 
font-family: Arial, Helvetica, sans-serif; 
color: #44474e;
text-decoration: none 
}

a:hover { 
font-family: Arial, Helvetica, sans-serif; 
color: #44474e;
text-decoration: underline
}

a: { font-family: Arial, Helvetica, sans-serif; 
color: #44474e; 
text-decoration: none
}

/* END font styles */

.other { 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align:left;
color:#000000 
}

a.other:link {
	font-family : Arial, Helvetica, sans-serif;
	color : #44474e;
	text-decoration: underline
}

a.other:active { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #44474e; 
	text-decoration: underline 
}

a.other:visited { 
	font-family: Arial, Helvetica, sans-serif;  
	color: #44474e; 
	text-decoration: underline 
}

a.other:hover { 
	font-family: Arial, Helvetica, sans-serif;  
	color: #44474e; 
	text-decoration: underline
}

/* body copy style */

.bodycopy { 
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
text-align:left;
color:#000000 
}

a.bodycopy:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #44474e;
	text-decoration: underline
}

a.bodycopy:active { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #44474e; 
	text-decoration: underline 
}

a.bodycopy:visited { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #44474e; 
	text-decoration: underline 
}

a.bodycopy:hover { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #44474e; 
	text-decoration: underline
}

.stupid { 
font-family: Times New Roman, Times, serif;
font-size: 24px;
text-align:left;
color:#000000 
}

.thing { 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style:italic;
font-weight:bold;
text-align:left;
color:#000000 
}
/* END body copy style */



