/*
 * put css for bar elements such as the body tag etc here
 * probably better to use the section specific ones more generally
 */


@font-face {
	font-family: "Overlock";
	src: url("fonts/overlock-regular.eot");
	src: url("fonts/overlock-regular.eot#iefix") format("embedded-opentype"),
	url("fonts/overlock-regular.woff") format("woff"),
	url("fonts/overlock-regular.ttf") format("truetype"),
	url("fonts/overlock-regular.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "OverlockBold";
	src: url("fonts/overlock-bold.eot");
	src: url("fonts/overlock-bold.eot#iefix") format("embedded-opentype"),
	url("fonts/overlock-bold.woff") format("woff"),
	url("fonts/overlock-bold.ttf") format("truetype"),
	url("fonts/overlock-bold.svg") format("svg");
	font-weight: bold;
	font-style: normal;
}

#full-page {
	text-align: left;
}

#global_table {
	background: transparent;
}

* {
	font-family: 'Overlock',Helvetica,Arial,sans-serif;
	font-size: 10pt;
}

body { 
	background-color: inherit;
	margin: 0;
	/* font-family: 'Overlock',Helvetica,Arial,sans-serif; */ 
	font-size: 10pt;
	font-weight: normal; 
	color: black ; 
}

h1 { 
	/* font-family: 'Overlock',Helvectica,Arial,sans-serif; */ 
	letter-spacing: -1px;
	font-size: 20pt;
	font-weight: bold; 
	color: black
}
h2 { 
	/* font-family: 'Overlock',Helvectica,Arial,sans-serif; */ 
	letter-spacing: -1px;
	font-size: 18pt;
	font-weight: bold; 
	color: black 
}
p {  
	/* font-family: 'Overlock', Helvetica, Arial, sans-serif; */ 
	font-style: normal; 
	font-weight: normal; 
}
p a {
	text-decoration: underline;
}


a{
	text-decoration:  underline;
}


a:hover { 
	color: #CC6600
	font-weight: inherit;
}

h4.paypal,
h3 {  
	font-size: 13pt;
	font-weight: bold;
	/* font-family: 'Overlock', Helvetica, Arial, sans-serif; */ 
	font-weight: bold; 
	color: #1C6AB4;
	width: 100%;
	padding-bottom: 4px;
	border-bottom: 2.5px solid;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
}
table#contentouter {
	width: 1000px;
	/* border-bottom: black 1px solid; */
}
table#contenttable {
	width: 1000px;
}
table#row1table {
	width: 1000px;
	border-bottom: black 1px solid;
}

