/* CSS for www.allworldmodels.com */

body, td, th {
	font-family:	trebuchet ms, tahoma, sans-serif;
	font-size:	12px;
	color:		#555555;
}

a:link,active,visited {
	color:		rgb(88, 121, 147);
	font-style:	normal;
	text-decoration:underline
}

a:visited {
	color:		rgb(88, 121, 147);
	font-style:	normal;
	text-decoration:underline
}

a:hover {
	color:		rgb(88, 121, 147);
	font-style:	normal;
	text-decoration:underline
}

a.MainNav:link,active,visited {
	color:		#FFFFFF;
	text-decoration:none;
	margin:		5px 5px 5px 0px;
	padding:	8px 50px 8px 8px;
	background:	#750071;
	display:	block;
}

a.MainNav:visited {
	color:		#FFFFFF;
	text-decoration:none;
	margin:		5px 5px 5px 0px;
	padding:	8px 50px 8px 8px;
	background:	#750071;
	display:	block;
}

a.MainNav:hover {
	color:		#FFFFFF;
	text-decoration:none;
	margin:		5px 5px 5px 0px;
	padding:	8px 50px 8px 8px;
	background:	#00723D;
	display:	block;
}

td.MainContent {
	padding:	10px 0px 10px 10px;
}

div.NavContainer {
	background:	#0A3300;
	padding:	0px;
	margin:		0px;
	font-family:	verdana;
	font-weight:	bold;
	font-size:	11px;
}

Img.ThumbImg {
	border:		1px solid #000000;
	margin:		5px 5px 2px 0px;
	cursor:		pointer;
}