/*-----------------------------------------------
'	Company: Community Engine (www.communityengine.com)
'	Copyright (c) 2009, All rights reserved.
'	Date Created: June 2009
'
'	Last Modified Date: 1st June, 2009
'
'	DO NOT MODIFY THIS DOCUMENT WITHOUT
'	NOTIFYING THE AUTHOR FIRST
'
------------------------------------------------*/ 

/* --------	reset style -------- */

html { filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
html,body { margin: 0; padding: 0; font-family: Georgia, "Times New Roman", Times, serif; font-size:12px; background: #fefeff url(/images/global_bg_main.jpg) repeat-x top; color:#333333; }

body,div,dl,dt,dd,ul,ol,li,h1,
h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,
p,blockquote,th,td { margin: 	0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset,img { border: 	0; }
address,caption,cite,code,dfn,em,strong,th,
var { font-style: normal; font-weight: normal; }
ol,ul { list-style: none; }caption,
th { text-align: left; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; }
q:before,
q:after { content: ''; }
abbr,acronym,img { border: 	0; }
a { outline:  none; }
/* -------- PNG Fix ---------- */
/* img, div {
	behavior:  url(/js/iepngfix.htc)
} */


/* -------- Global -------- */
.alignLeft { float: 	left!important; }
.alignRight { float: 	right!important; }
/* -------- Typography -------- */

h1 { }
h2 { }
h3 { font-size: 12px; font-weight: bold; margin: 0 0 10px 0; color:#333333; font-style:italic; }
h4 { }
h5 { }
p { font-size: 12px; margin: 	0 0 20px; }
b,
strong { font-weight: bold; }
label { color: 	#58585a; }
ol { }
ul { }

div.column li { font-size:   12px;  margin: 0 0 10px 30px; padding:     0 0 0 5px; list-style:  disc; }
dl { }
dt { }
dd { }
a { color: 	#000; text-decoration: underline; }
a:hover { text-decoration: none; }
/* -------- Colours -------- */

.blue { color: 	#333333; }
.green { color: 	#333333; }
.turquoise { color: 	#333333; }
.orange { color: 	#333333; }
.red { color: 	#333333!important; }
.pink { color: 	#333333; }
.grey { color:  #333333; }
.colRight .column{ padding-left:10px;}
.colRight .columnDeux{ float:left; padding-left:10px; width:325px}

