﻿/* Default CSS Stylesheet for a new Web Application project */
UL LI	{	
	list-style-type:	disc;
	}	

UL LI LI	{	
	list-style-type:	circle;
	}	

UL LI LI LI	{	
	list-style-type:	square;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

body
{
    margin: 0;
    padding: 0;
    font-family: Sans-Serif;
    font-size: 14px;
}

img
{
	border: none;
}

.bigpagetitle 
{
	font-weight:	bold;
	font-size: 26px;
	color: #820010;
}

.pagetitle 
{
	font-weight:	bold;
	font-size: 16px;
	color: #000099;
}

.subtitle 
{
	font-size: 16px;
	font-weight:	bold;
	color: #000099;
}

.smalltitle 
{
	font-weight:	bold;
	font-size: 13px;
	color: #000099;
}


.copyright
{
	font-size: 12px;
}

.note
{
	font-size: 10px;
}


a
{
	text-decoration: none;
    cursor:pointer;
}

a:hover
{
    color: blue;
    text-decoration: underline;
}

a.note
{
	font-size: 10px;
}

.error
{
	font-size: 12px;
	color: red;
}

table#tblmain
{
	width: 1000px;
}

table#tblcontent
{
	width: 624px;
	margin: 20px 10px 10px 20px;
	border: none;
}

table.hasborder
{
	font-weight: normal;
	font-size: 12px;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	background-color: Transparent
}

