/* body style */
body{
	padding:0px;
	margin:0px;
	background-image: url(../images/bg.jpg);



}

/* Column 1 content text style */
.ig-content1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FF0000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 14px;
	font-weight: normal;
}

/* Column 2 content text style */
.ig-content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FF0000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
	background-image: url(../images/bg_column_2.jpg);
}

/* footer content text style */
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #CCCCCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/* style for heading 1*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	margin-bottom: 5px;
	margin-top: 10px;
	
}

/* style for heading 2*/
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 11px;
	font-weight: bold;
	color: #FF0000;
	margin-bottom: 5px;
	margin-top: 15px;
	text-decoration: none;

}

/* style for heading 2*/
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 10px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	margin-bottom: 5px;
	margin-top: 15px;
}

/* style for normal links */
a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 12px;
	font-weight: normal;
	color: #666600;
	text-decoration: none;
}

/* hovering style for normal links*/
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

/* style for navigation links */
a.navigation:link, a.navigation:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 12px;
	font-weight: bold;
	color: #666600;
	text-decoration: none;

}

a.navigation:active  {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #32302F;
	text-decoration: none;
	background-color: #CCCC99;
 } 

/* hovering style for navigation links*/
a.navigation:hover {
	color: #D9DAFD;
	text-decoration: underline;
}

/* style for snippet links */
a.snippet:link, a.snippet:visited{
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #000099;
	text-decoration: none;

}

/* style for bottom links */
a.bottom:link, a.bottom:visited, a.bottom:active,a.bottom:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #666600;
	text-decoration: underline;
}

.text_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #FF0000;
	font-weight: bold;
}
