/* This is the code for photo border */

.photo-border {
	                border:2px solid #CCCCCC;
	                padding:2px;
	                background:#d9d9d9;
	                margin-bottom:5px;
	                display:block;
                }
                




/* -----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* This is the code for rounder corners */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
				margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;
			}
			:focus { outline: 0; }
			ol, ul { list-style: none; }
			
			/* tables still need 'cellspacing="0"' in the markup */
			table { border-collapse: separate; border-spacing: 0; font-family:Verdana; font-size:11px}
			caption, th, td { text-align: left; font-weight: normal; }
			blockquote:before, blockquote:after,
			q:before, q:after { content: ""; }
			blockquote, q { quotes: "" ""; }
			
			body { line-height: 1.3; color: #333; background: #fff; font-family:Helvetica; }
			
				#ex1{ width:93%; margin: 40px auto; }
				
				#ex2{ width: 234px; margin:10px auto; }
			
				.b_greyWhiteStroke{position: relative; border-color: #dce3e7;
                    top: 0px;
                    left: 0px;
                    width: 703px;
                }
				
					.TL, .BL, .TR, .BR{ width: 6px; height: 6px; position: absolute; background-repeat: no-repeat; background-color: transparent; z-index: 9999 !important; }
				
					.TL{  top:0; left:0;}
					.BL{  bottom: 0; left: 0;}
					.TR{  top:0; right:0;}
					.BR{  bottom: 0; right: 0;}
					
					.b_greyWhiteStroke .TL{ background-image: url(../images/grey_whitestroke_tl.png);}
					.b_greyWhiteStroke .BL{ background-image: url(../images/grey_whitestroke_bl.png);}
					.b_greyWhiteStroke .TR{ background-image: url(../images/grey_whitestroke_tr.png);}
					.b_greyWhiteStroke .BR{ background-image: url(../images/grey_whitestroke_br.png);}
								
					.b_innerContainer{ border-width: 1px; border-style: solid; padding: 2px 2px 8px; }
					.b_greyWhiteStroke .b_innerContainer{ border-color: #dce3e7; }
					
					
					
						.b_innerContainer h2{ font-size: 13px; font-weight: bold; padding: 6px 8px; color: #6d7a81; background: url(../images/h2_grey.gif) top left repeat-x #f4f6f7; border-bottom: 1px solid #dbe2e6; }
						.b_innerContainer p{ font-size:11px; padding:8px;}
					



/* End of rounder corners Code */	





/* -----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* This is the code for the content, link and date area [1] */

                 #links {margin-top: 5px} /* this is margin for the content*/                 
                 
                 #links ul 	
                 {
                     list-style-type: none;	width: 500px; /* width of the content*/   
                 }
                 
                 #links li 	
                 {
                     border: 1px dotted #999; border-width: 1px 0; margin: 5px 0;
                 }
                  
                 #links li a 	
                 {
                     color: #990000; display: block; font: 120% verdana, Helvetica, sans-serif; padding: 5px; text-decoration: none;
                 } 
                  
                 #links li a:hover {background: #ffffcc; font-weight:bold} 
                 
                 #links a em 
                 {
                     color: #333;	display: block;	font: normal 85% Verdana, Arial, Helvetica, sans-serif;	line-height: 1.8em;
                 } 
                 
                 #links a span 
                 {
                     color: #125F15;	font: normal 70% Verdana, Arial, Helvetica, sans-serif;	line-height: 150%;
                 }	
                 
/* The end of the code for the content, link and date area */	


/* -----------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/* -----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* This is the code for the content, link and date area  [2]*/

                 #links {	margin-top: 5px} /* this is margin for the content*/                 
                 
                 #links1 ul 	
                 {
                     list-style-type: none;	width: 500px; /* width of the content*/   
                 }
                 
                 #links1 li 	
                 {
                     border: 1px dotted #999; border-width: 1px 0; margin: 5px 0; line-height: 1.8em;
                 }
                  
                 #links1 li a 	
                 {
                     color: #990000; display: block; font: 120% verdana, Helvetica, sans-serif; padding: 5px; text-decoration: none;
                 } 
                  
                 #links1 li a:hover {background: #ffffcc; font-weight:bold} 
                 
                 #links1 a em 
                 {
                     color: #333;	display: block;	font: normal 85% Verdana, Arial, Helvetica, sans-serif;	line-height: 1.8em;
                 } 
                 
                 #links1 a span 
                 {
                     color: #125F15;	font: normal 70% Verdana, Arial, Helvetica, sans-serif;	line-height: 150%; 
                 }	
                 
/* The end of the code for the content, link and date area */	


/* -----------------------------------------------------------------------------------------------------------------------------------------------------------------*/