/* CSS Document */

body {background-color:#666666;
	}
	
.pic {border:thick solid rgb(135,0,0);
	vertical-align:middle;
	}

img {border:none}
	
.upper {border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:thin;
	}
	

.left {border-left-color:#999999;
	border-left-style:dotted;
	border-left-width:thin;
	}
	
p.regular { 
	color:#000000; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px; 
	font-style:normal;
	text-align:justify;
	}
	
p.bold {
	color:#000000; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	font-weight:900;
	}

p.title {
	color:#990000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	text-align:left;
	text-decoration:underline;
	}	
	
p.subtitle {
	color:#990000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	text-align:left;
	text-decoration:none;
	}	
	
a.buttons {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}
a.buttons:link {color:#990000; font-style:normal; font-variant:normal; text-decoration:none;}     /* unvisited link */
a.buttons:visited {color:#990000; font-style:normal; font-variant:normal; text-decoration:none;}  /* visited link */
a.buttons:hover {color: #333333; font-style:normal; font-variant:normal; text-decoration:none;}   /* mouse over link */
a.buttons:active {color: #990000; font-style:normal; font-variant:normal; text-decoration:none;}   /* selected link */

a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
a:link {font-weight:bold; color: #333333; text-decoration:none;}     /* unvisited link */
a:visited {font-weight:bold; color: #333333; text-decoration:none;}  /* visited link */
a:hover {font-weight:bold; color: #990000; text-decoration:none;}   /* mouse over link */
a:active {font-weight:bold; color: #333333; text-decoration:none;}   /* selected link */

a.submenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
a.submenu:link {font-weight:bold; color: #CCCCCC; text-decoration:none;}     /* unvisited link */
a.submenu:visited {font-weight:bold; color: #CCCCCC; text-decoration:none;}  /* visited link */
a.submenu:hover {font-weight:bolder; color: #FFFFFF; text-decoration:none;}   /* mouse over link */
a.submenu:active {font-weight:bold; color: #CCCCCC; text-decoration:none;}   /* selected link */