/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);


/* #######################  GENERAL SETTINGS ############################ */
html.body{
	font-family: Calibri;
	font-size: 12px;
	color: #666;
	background-image: url(images/bg1.png);
	margin: 0px;
}

body {
	font-family: Calibri;
	font-size: 12pt;
	color: #666;
	background-image: url(images/bg1.png);
	margin: 0px;
	}

/*  Global Formatting */
h1 {font-size:16px;line-height: 1em;font-weight: 900;}
h2 {font-size:15px;line-height: 1em;font-weight: 900;}
h3 {
	font-size:14px;
	line-height: 1em;
	font-weight: 900;
	font-family: arial;
}
h4 {
	font-size:12px;
	line-height: 1em;
	font-weight: 900;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
h5 {font-size:12px;line-height: 1em;font-weight: 900;}
h6 {font-size:11px;line-height: 1em;font-weight: 900;}
td{
	font-size: 10pt;
	font-family: calibri;
	color: #CCCCCC;
}

td.left a:link{
	font-size: 11px;
}
td.left a:hover{
	font-size: 11px;
}
td.left a:visited{
	font-size: 11px;
}

td.left_vm a:link{
	font-size: 11px;
	padding-left: 20px;
}
td.left_vm a:hover{
	font-size: 11px;
	padding-left: 20px;
}
td.left_vm a:visited{
	font-size: 11px;
	padding-left: 20px;
}

th{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;

}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
	
}
a:visited {
	color: #ffffff;
	text-decoration: none;
	
}
.topmenu{}
a.topmenu:link {color: #FFFFFF;
	text-decoration: none;
	font-weight: bold
}
a.topmenu:hover {
	color: #99FF00;
	text-decoration: underline;
	font-weight: bold;
}
a.topmenu:visited {

}

.right{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.right:link {color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.right:hover {
	color: #99FF00;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.right:visited {
color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td.right a:link{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td.right a:hover{
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td.right a:visited{
color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


img {border: 0 none;}


.left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	list-style-image: none;
	list-style-type: none;}
	
.left_vm 
	{padding-left: 20px;
}
	
td.left_vm
	{padding-left: 20px;
}

.left ul {
	list-style-image: none;
	list-style-type: none;
		
}	

.left li {
	margin-left: 0x;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	width: 170px;
}
.right ul {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0px;	
	display: inline;	
}	

.right li {

}


/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */
