/* global.css */

/* 
############################################
# LAYOUT STYLES
############################################
*/
body {
	background-image: url('/images/global/bg.jpg');
	background-repeat: repeat;
	margin: 0px;
	padding: 0px
}

/* 
############################################
# TABLE STYLES
############################################
*/


/* 
############################################
# TEXT STYLES
############################################
*/
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 19px;
	line-height: 22px;
	color: #383207;
	font-weight: 900;
	font-variant: small-caps;
	margin-top: 30px;
}

p {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	line-height: 16px;
	color: #333333;
	font-weight: 600;
	margin-top: 10px;
}


/* 
############################################
# LINKS STYLES
############################################
*/
a:link {  
	color: #F14300;
	text-decoration:none;
}
a:hover {  
	color: #F14300;
	text-decoration:none;
}
a:active {  
	color: #F14300;
	text-decoration:none;
}
a:visited {  
	color: #F14300;
	text-decoration:none;
}
a:visited:hover{  
	color: #F14300;
	text-decoration:none;
}

/* 
############################################
# FORMS STYLES
############################################
*/


/* 
############################################
# IMAGE STYLES
############################################
*/
.imageright {
	margin-left: 5px;
	float: right;
}



/* 
############################################
# MISC STYLES
############################################
*/