/* CSS Document */
body	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		}

a:link {
	color: #008000;
	text-decoration: underline;
	}
a:visited {
	color: #008000;
	text-decoration: underline;
	}
a:hover {
	color: #CC0000;
	text-decoration: underline;
	}
a:active {
	color: #CC0000;
	text-decoration: underline;
	}
	
form	{
		margin: 0px;
		padding: 0px;
		}
	
ul			{
			margin-top: 0px;
			margin-bottom: 0px;
			margin-right: 0px;
			margin-left: 4px;
			padding-top: 0px;
			padding-bottom: 0px;
			padding-right: 0px;
			padding-left: 4px;
			list-style-position: inside;
			list-style-type: square;
			}
			
li			{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			}
			
.nobullets	{
			list-style: none;
			}
			
.navlink	{
			padding: 5px;
			}
			
.navlinkicon	{
			padding: 5px 5px 3px 5px;
			}
			
.navtd		{
			width: auto;
			height: auto;
			border-right: 1px dotted #333333;
			}
			
.navdivide	{
			border-right: 1px dotted #333333;
			height:24px;
			width: 1px;
			}
			
.title		{
			font-size: 11px;
			font-family: verdana, helvetica, sans-serif;
			font-weight: bold;
			text-transform: capitalize;
			color: #333333;
			text-align: center;
			}
.title a:link {
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	}
.title a:visited {
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	}
.title a:hover {
	color: #000;
	text-decoration: none;
	background-color: #FFFF66;
	}
.title a:active {
	color: #000;
	text-decoration: none;
	background-color: #FFFF66;
	}

.border	{
			margin-right: 6px;
			margin-left: 6px;
			margin-top: 6px;
			margin-bottom: 6px;
			background-color: #ffffff;
			padding: 3px;
			border-color: #000;
			border-style: solid;
			border-width: 4px;
			}
			
.storeborder	{
				margin: 10px 0px 0px 0px;
				border-width: 1px;
				border-style: solid;
				border-color: #CCCCCC;
				background-color: #F4F4F4;
				}

