/*
* {
	margin : 0;
	padding : 0;
}
*/

html {
	overflow : auto;
}

body, input, textarea {
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height : 16px;
	color : #666;
}

button {
	background-color : transparent;
	border : 0 none transparent;
}

body {
	background-color: #fff;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #666;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

img {
	border : 0 none transparent;
	padding : 0;
	margin : 0;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	padding-top: 1px;
	padding-left: 8px;
}

checkbox, input, radio, select {
	border : 1px solid #999;
}

textarea {
	width: 100%;
	border : 1px solid #999;
	overflow : auto;
}

form {
	display: inline;
}

p {
	margin-top : 5px;
	margin-bottom : 5px;
	padding-top : 5px;
	padding-bottom : 5px;
}

hr {
	margin-top : 5px;
	margin-bottom : 5px;
}

.centershop {
	padding: 0;
	margin: 0 auto;
	position: relative;
	text-align: left;
	vertical-align: top;
	width: 950px;
}

td.main, p.main {
	line-height: 1.5;
}

a {
	color: #2f4088;
	text-decoration: none;
}

a.headerbanner {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #ffb062;
	text-decoration: none; 
}

a.headerbanner:hover {
	color: #fff500;
	text-decoration: none;
}

/*header css*/
td.headerbanner {
	background-color:#0066b5;
	vertical-align: middle;
	font-weight: bold;  
	color:#fff;
	padding: 0px;
	height: 28px;
}

td.headerbg {
	background-color:#fff;
	vertical-align: top;	
	padding: 0px;
	text-align : center;
}

/*sidebox css*/
.column_left, .column_right, .column_single {
	background: #fff;  
	background-repeat: repeat;	
	padding: 0px;
	vertical-align: top;
}

.leftbox, .rightbox, .centerbox, .singlebox {
	background: #fff;
	background-image: url(/images/gray_stroke_bg.gif);
	background-repeat: repeat;	
	font-size: 13px;  
	border: 0px solid #9a9a9a;
	margin-bottom: 15px;  
}

.leftboxheading, .rightboxheading, .centerboxheading, .singleboxheading {
	font-size: 16px;
	font-weight: bold;
	padding: 5px;    
}

.leftboxcontent, .rightboxcontent, .centerboxcontent, .singleboxcontent {  
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}

.leftboxfooter, .rightboxfooter, .centerboxfooter, .singleboxfooter {
	margin-bottom: 15px;
}
.footer {
	font-size : 11px;
}
.ftitle {
	font-weight : bold;
	text-decoration : underline;
}
.fname {
	text-align : right;
	font-weight : bold;
}
