/* CSS Document */
p {
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:12px;
	color:#006;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:10px;
	color:#006;
}

#p_leftmenu	{
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#fff;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006;
}

.a	{
	font-size:12px;
	text-align:left;
	text-decoration:none;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#006;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#006;
}

h3	{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#006;
}

h4	{
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#006;
}

/* Normal link */
a:link {
	color: #006;
	text-decoration: underline;
}

a:hover {
	color: #09F;
	text-decoration: underline;
}

/*a:visited {
	color: #CC9900;
	text-decoration: underline;
}*/

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

#small {
	font-size:50%;
}

.small	{
	font-size:60%;
}

.middle {
	font-size:90%;
}

.lightsmall	{
	color:black;
	font-size:80%;
}

.bold	{
	font-weight:bold;
}

.red	{
	color:#FF0000;
}

.undered {
	color:red;
	text-decoration:underline;
}

ul {
	list-style-type:none;
	list-style-position:outside;
	margin: 0 0 1em 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 1ex 0 0.25ex 0.75ex;
}

