/*
 * Default Theme, v1.
 *
 */

	*{
	  margin: 0;
	  padding: 0;
	}
	body {
	  font-family: Arial,Helvetica,sans-serif;
	  font-style: normal;
	  font-variant: normal;
	  font-weight: normal;
	  font-size: 12px;
	  line-height: normal;
	  font-size-adjust: none;
	  font-stretch: normal;
	  background-color: #99ccff;
	}
	p {
	  font-size: 12px;
	  color: #000000;
	  font-family: Arial,Helvetica,sans-serif;
	  font-weight: normal;
	}
	h1 {
		  font-size: 30px;
		  text-shadow: #1c74bb 5px 5px 5px;
		  font-family: "Comic Sans MS",cursive,sans-serif;
		  font-weight: normal;
		  color: #000000;
	}
	h2 {
		  font-size: 20px;
		  font-family: Arial,Helvetica,sans-serif;
		  font-weight: normal;
		}
	h3 {
		  font-size: 16px;
		  font-family: Arial,Helvetica,sans-serif;
		  font-weight: bold;
		  padding-bottom: 5px;
		  color: #000033;
		}
	h4 {
		  font-size: 14px;
		  font-family: Arial,Helvetica,sans-serif;
		  font-weight: normal;
	}
	h5 {
		  font-size: 12px;
		  font-family: Arial,Helvetica,sans-serif;
		  font-weight: bold;
		  color: #1c74bb;
		}

	#noscript-warning {
		font-family: sans-serif;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 101;
		text-align: center;
		font-weight: bold;
		 font-size: 18px;
		color: #fff;
		background-color: #ae0000;
		padding: 5px 0 5px 0;
		}

	.header1{

		  background-color: rgb(238, 238, 238);
		  left: 22px; 
		  width:100%;
		  top: 6px;
		  border-top-left-radius:10px;
		  border-top-right-radius:10px;
		  margin-bottom: 1em; 
			  /*text-align: center;*/
		  font-size: 16px;
		  font-weight: bold;

		 }

	.header1 p{
		  padding-top: 10px;
		  padding-bottom: 10px;
		  font-size: 16px;
		  font-weight: bold;
		  color: rgb(0, 0, 0);
		  text-align: left; 
		  text-indent: 350px;
		}
	.header1 h1{
			font-size: 20px;
			text-shadow: 5px 5px 5px #1C74bb;
			font-family: "Comic Sans MS", cursive, sans-serif;
			font-weight: normal;
			color: #0D0B55;
			text-align: left; 
			text-indent: 250px;
			}
			
	.helptxt p{
	  font-size: 16px;
	  
	  font-family: Arial,Helvetica,sans-serif;
	 
	}
	
	li {
	  font-size: 12px;
	  padding-bottom: 8px;
	  padding-top: 8px;
	  font-family: Arial,Helvetica,sans-serif;
	  font-weight: bold;
	  color: #1c74bb;
	}

	a:link {
	  color: #0033ff;
	  text-decoration: none;
	  font-family: Arial,Helvetica,sans-serif;
	  font-weight: normal;
	}
	a:visited {
	  color: #0033ff;
	  text-decoration: none;
	}
	a:hover {
	  text-decoration: underline;
	  color: #cc0033;
	  font-weight: bold;
	}
	.logo {
	  padding-top: 8px;
	  z-index: 80;
	}
	.logotxt {
	  padding-left: 60px;
	  padding-bottom: 8px;
	  padding-top: 8px;
	  line-height: 90%;
	}
	.logotxt p {
	  color: #330066;
	  font-size: 16px;
	  font-weight: bold;
	  margin-top: 10px;
	  padding-top: 8px;
	  text-indent: 580px;
	}
	.logotxt a:link {
	  color: #330066;
	  text-decoration: none;
	  font-weight: bold;
	}
	.logotxt a:visited {
	  color: #330066;
	  text-decoration: none;
	  font-weight: bold;
	}
	.logotxt a:hover {
	  color: #330066;
	  text-decoration: none;
	}

	
	.topichead{
	  color: #330066;
	  font-family: Arial,Helvetica,sans-serif;
	  font-size: 18px;
	  font-weight: bold;
	  text-indent: 25px;
	  padding-bottom: 8px;
	  padding-top: 8px;
	
	}
	.foot {
	  background-color: #eeeeee;
	  padding-bottom: 2px;
	}
	.foot p {
	  padding: 5px;
	  font-size: 14px;
	  font-weight: bold;
	  text-align: center;
	  color: #330066;
	}
